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

References

lib/CodeGen/GlobalMerge.cpp
  340         if (!UGSIdx) {
  354         if (UsedGlobalSets[UGSIdx].Globals.test(GI)) {
  355           ++UsedGlobalSets[UGSIdx].UsageCount;
  360         --UsedGlobalSets[UGSIdx].UsageCount;
  364         if (size_t ExpandedIdx = EncounteredUGS[UGSIdx]) {
  372         GlobalUsesByFunction[ParentFn] = EncounteredUGS[UGSIdx] =
  377         NewUGS.Globals |= UsedGlobalSets[UGSIdx].Globals;