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

References

lib/Analysis/GlobalsModRef.cpp
  220         for (auto I = GAR->AllocsForIndirectGlobals.begin(),
  221                   E = GAR->AllocsForIndirectGlobals.end();
  224             GAR->AllocsForIndirectGlobals.erase(I);
  235   GAR->AllocsForIndirectGlobals.erase(V);
  456     AllocsForIndirectGlobals[AllocRelatedValues.back()] = GV;
  870     GV1 = AllocsForIndirectGlobals.lookup(UV1);
  872     GV2 = AllocsForIndirectGlobals.lookup(UV2);
  951       AllocsForIndirectGlobals(std::move(Arg.AllocsForIndirectGlobals)),