Lines Matching refs:PointerToBase

177   DenseMap<Value *, Value *> PointerToBase;  member
1167 DenseMap<Value *, Value *> &PointerToBase, in findBasePointers() argument
1178 PointerToBase[ptr] = base; in findBasePointers()
1199 DenseMap<Value *, Value *> PointerToBase; in findBasePointers() local
1200 findBasePointers(result.LiveSet, PointerToBase, &DT, DVCache); in findBasePointers()
1207 Temp.reserve(PointerToBase.size()); in findBasePointers()
1208 for (auto Pair : PointerToBase) { in findBasePointers()
1213 Value *Base = PointerToBase[Ptr]; in findBasePointers()
1219 result.PointerToBase = PointerToBase; in findBasePointers()
1613 const auto &PointerToBase = Result.PointerToBase; in makeStatepointExplicit() local
1621 assert(PointerToBase.count(L)); in makeStatepointExplicit()
1622 Value *Base = PointerToBase.find(L)->second; in makeStatepointExplicit()
1959 DenseMap<Value *, Value *>& PointerToBase, in splitVectorValues() argument
2072 assert(PointerToBase.count(V)); in splitVectorValues()
2073 Value *OldBase = PointerToBase[V]; in splitVectorValues()
2075 PointerToBase.erase(V); in splitVectorValues()
2079 PointerToBase[Elem] = BaseElements[i]; in splitVectorValues()
2173 assert(Info.PointerToBase.count(LiveValue)); in rematerializeLiveValues()
2177 Info.PointerToBase[LiveValue]); in rematerializeLiveValues()
2370 for (auto Pair : Info.PointerToBase) in insertParsePoints()
2384 for (auto Pair : Info.PointerToBase) in insertParsePoints()
2404 Info.PointerToBase, DT); in insertParsePoints()
2444 Info.PointerToBase.clear(); in insertParsePoints()
2886 for (auto KVPair : Info.PointerToBase) { in recomputeLiveInValues()
2893 if (!Info.PointerToBase.count(V)) { in recomputeLiveInValues()
2895 Info.PointerToBase[V] = V; in recomputeLiveInValues()
2901 assert(Info.PointerToBase.count(V) && in recomputeLiveInValues()
2909 for (auto KVPair : Info.PointerToBase) in recomputeLiveInValues()
2913 Info.PointerToBase.erase(V); in recomputeLiveInValues()
2916 for (auto KVPair : Info.PointerToBase) in recomputeLiveInValues()