Searched refs:PointerToBase (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 270 MapVector<Value *, Value *> PointerToBase; member 1164 MapVector<Value *, Value *> &PointerToBase, in findBasePointers() argument 1169 PointerToBase[ptr] = base; in findBasePointers() 1182 MapVector<Value *, Value *> PointerToBase; in findBasePointers() local 1183 findBasePointers(result.LiveSet, PointerToBase, &DT, DVCache); in findBasePointers() 1187 for (auto &Pair : PointerToBase) { in findBasePointers() 1196 result.PointerToBase = PointerToBase; in findBasePointers() 1612 const auto &PointerToBase = Result.PointerToBase; in makeStatepointExplicit() local 1620 assert(PointerToBase.count(L)); in makeStatepointExplicit() 1621 Value *Base = PointerToBase.find(L)->second; in makeStatepointExplicit() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 175 MapVector<Value *, Value *> PointerToBase; member 1024 MapVector<Value *, Value *> &PointerToBase, in findBasePointers() argument 1029 PointerToBase[ptr] = base; in findBasePointers() 1042 MapVector<Value *, Value *> PointerToBase; in findBasePointers() local 1043 findBasePointers(result.LiveSet, PointerToBase, &DT, DVCache); in findBasePointers() 1047 for (auto &Pair : PointerToBase) { in findBasePointers() 1056 result.PointerToBase = PointerToBase; in findBasePointers() 1466 const auto &PointerToBase = Result.PointerToBase; in makeStatepointExplicit() local 1474 assert(PointerToBase.count(L)); in makeStatepointExplicit() 1475 Value *Base = PointerToBase.find(L)->second; in makeStatepointExplicit() [all …]
|