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

References

lib/CodeGen/GlobalMerge.cpp
  223       Globals, [&DL](const GlobalVariable *GV1, const GlobalVariable *GV2) {
  230     BitVector AllGlobals(Globals.size());
  232     return doMerge(Globals, AllGlobals, M, isConst, AddrSpace);
  266     UsedGlobalSets.emplace_back(Globals.size());
  294   for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) {
  295     GlobalVariable *GV = Globals[GI];
  398     BitVector AllGlobals(Globals.size());
  406     return doMerge(Globals, AllGlobals, M, isConst, AddrSpace);
  415   BitVector PickedGlobals(Globals.size());
  430     Changed |= doMerge(Globals, UGS.Globals, M, isConst, AddrSpace);