Searched refs:PointerToBase (Results 1 – 1 of 1) sorted by relevance
270 MapVector<Value *, Value *> PointerToBase; member1245 MapVector<Value *, Value *> &PointerToBase, in findBasePointers() argument1250 PointerToBase[ptr] = base; in findBasePointers()1263 MapVector<Value *, Value *> PointerToBase; in findBasePointers() local1275 PointerToBase[V] = V; in findBasePointers()1277 findBasePointers(PotentiallyDerivedPointers, PointerToBase, &DT, DVCache); in findBasePointers()1281 for (auto &Pair : PointerToBase) { in findBasePointers()1290 result.PointerToBase = PointerToBase; in findBasePointers()1625 assert(Result.PointerToBase.count(Derived)); in makeStatepointExplicitImpl()1628 Value *Base = Result.PointerToBase.find(Derived)->second; in makeStatepointExplicitImpl()[all …]