reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 1192   result.PointerToBase = PointerToBase;
 1605   const auto &PointerToBase = Result.PointerToBase;
 2031     assert(Info.PointerToBase.count(LiveValue));
 2043     if (RootOfChain != Info.PointerToBase[LiveValue]) {
 2045       PHINode *AlternateRootPhi = dyn_cast<PHINode>(Info.PointerToBase[LiveValue]);
 2145           InsertBefore, RootOfChain, Info.PointerToBase[LiveValue]);
 2156           NormalInsertBefore, RootOfChain, Info.PointerToBase[LiveValue]);
 2158           UnwindInsertBefore, RootOfChain, Info.PointerToBase[LiveValue]);
 2254     for (auto Pair : Info.PointerToBase)
 2268       for (auto Pair : Info.PointerToBase) {
 2287     for (auto &BasePair : Info.PointerToBase)
 2333     Info.PointerToBase.clear();
 2818     if (Info.PointerToBase.insert({V, V}).second) {
 2826     assert(Info.PointerToBase.count(V) &&
 2833   for (auto KVPair : Info.PointerToBase)
 2838     Info.PointerToBase.erase(V);
 2841   for (auto KVPair : Info.PointerToBase)