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

References

lib/CodeGen/GlobalMerge.cpp
  344             CreateGlobalSet().Globals.set(GI);
  354         if (UsedGlobalSets[UGSIdx].Globals.test(GI)) {
  376         NewUGS.Globals.set(GI);
  377         NewUGS.Globals |= UsedGlobalSets[UGSIdx].Globals;
  377         NewUGS.Globals |= UsedGlobalSets[UGSIdx].Globals;
  390                       return UGS1.Globals.count() * UGS1.UsageCount <
  391                              UGS2.Globals.count() * UGS2.UsageCount;
  403       if (UGS.Globals.count() > 1)
  404         AllGlobals |= UGS.Globals;
  422     if (PickedGlobals.anyCommon(UGS.Globals))
  424     PickedGlobals |= UGS.Globals;
  428     if (UGS.Globals.count() < 2)
  430     Changed |= doMerge(Globals, UGS.Globals, M, isConst, AddrSpace);