Lines Matching refs:UnderlyingObjects
730 return UnderlyingObjects; in getUnderlyingObjects()
805 DenseMap<Value *, SmallVector<const Value *, 16>> UnderlyingObjects; member in __anon30e05fe90111::AccessAnalysis
1381 UnderlyingObjects[Ptr] = {}; in processMemAccesses()
1382 SmallVector<const Value *, 16> &UOs = UnderlyingObjects[Ptr]; in processMemAccesses()
1913 isLoopVariantIndirectAddress(ArrayRef<const Value *> UnderlyingObjects, in isLoopVariantIndirectAddress() argument
1915 return any_of(UnderlyingObjects, [&SE, L](const Value *UO) { in isLoopVariantIndirectAddress()
1932 const DenseMap<Value *, SmallVector<const Value *, 16>> &UnderlyingObjects, in getDependenceDistanceStrideAndSize() argument
1976 if (isLoopVariantIndirectAddress(UnderlyingObjects.find(APtr)->second, SE, in getDependenceDistanceStrideAndSize()
1978 isLoopVariantIndirectAddress(UnderlyingObjects.find(BPtr)->second, SE, in getDependenceDistanceStrideAndSize()
2003 &UnderlyingObjects) { in isDependent() argument
2009 A, InstMap[AIdx], B, InstMap[BIdx], Strides, UnderlyingObjects, PSE, in isDependent()
2172 &UnderlyingObjects) { in areDepsSafe() argument
2217 UnderlyingObjects); in areDepsSafe()