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

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 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)
 2845   Info.LiveSet = Updated;