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

References

lib/Analysis/GlobalsModRef.cpp
  212     GAR->FunctionInfos.erase(F);
  215     if (GAR->NonAddressTakenGlobals.erase(GV)) {
  218       if (GAR->IndirectGlobals.erase(GV)) {
  220         for (auto I = GAR->AllocsForIndirectGlobals.begin(),
  221                   E = GAR->AllocsForIndirectGlobals.end();
  224             GAR->AllocsForIndirectGlobals.erase(I);
  229       for (auto &FIPair : GAR->FunctionInfos)
  235   GAR->AllocsForIndirectGlobals.erase(V);
  239   GAR->Handles.erase(I);
  956     assert(H.GAR == &Arg);
  957     H.GAR = this;