Searched refs:PointerToBase (Results 1 – 1 of 1) sorted by relevance
177 DenseMap<Value *, Value *> PointerToBase; member1167 DenseMap<Value *, Value *> &PointerToBase, in findBasePointers() argument1178 PointerToBase[ptr] = base; in findBasePointers()1199 DenseMap<Value *, Value *> PointerToBase; in findBasePointers() local1200 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[all …]