Searched refs:PointerToBase (Results 1 – 1 of 1) sorted by relevance
175 MapVector<Value *, Value *> PointerToBase; member1024 MapVector<Value *, Value *> &PointerToBase, in findBasePointers() argument1029 PointerToBase[ptr] = base; in findBasePointers()1042 MapVector<Value *, Value *> PointerToBase; in findBasePointers() local1043 findBasePointers(result.LiveSet, PointerToBase, &DT, DVCache); in findBasePointers()1047 for (auto &Pair : PointerToBase) { in findBasePointers()1056 result.PointerToBase = PointerToBase; in findBasePointers()1466 const auto &PointerToBase = Result.PointerToBase; in makeStatepointExplicit() local1474 assert(PointerToBase.count(L)); in makeStatepointExplicit()1475 Value *Base = PointerToBase.find(L)->second; in makeStatepointExplicit()[all …]