Searched refs:PointerToBase (Results 1 – 1 of 1) sorted by relevance
271 MapVector<Value *, Value *> PointerToBase; member1170 PointerToBase[ptr] = base; in findBasePointers()1188 for (auto &Pair : PointerToBase) { in findBasePointers()1197 result.PointerToBase = PointerToBase; in findBasePointers()1613 const auto &PointerToBase = Result.PointerToBase; in makeStatepointExplicit() local1621 assert(PointerToBase.count(L)); in makeStatepointExplicit()2260 for (auto Pair : Info.PointerToBase) in insertParsePoints()2339 Info.PointerToBase.clear(); in insertParsePoints()2813 for (auto KVPair : Info.PointerToBase) in recomputeLiveInValues()2818 Info.PointerToBase.erase(V); in recomputeLiveInValues()[all …]