Searched refs:PointerToBase (Results 1 – 1 of 1) sorted by relevance
270 MapVector<Value *, Value *> PointerToBase; member1260 MapVector<Value *, Value *> &PointerToBase, in findBasePointers() argument1265 PointerToBase[ptr] = base; in findBasePointers()1278 MapVector<Value *, Value *> PointerToBase; in findBasePointers() local1290 PointerToBase[V] = V; in findBasePointers()1292 findBasePointers(PotentiallyDerivedPointers, PointerToBase, &DT, DVCache); in findBasePointers()1296 for (auto &Pair : PointerToBase) { in findBasePointers()1305 result.PointerToBase = PointerToBase; in findBasePointers()1640 assert(Result.PointerToBase.count(Derived)); in makeStatepointExplicitImpl()1643 Value *Base = Result.PointerToBase.find(Derived)->second; in makeStatepointExplicitImpl()[all …]