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

References

lib/Transforms/IPO/GlobalOpt.cpp
  296         Changed = true;
  301       Changed = true;
  307         Changed |= CleanupConstantGlobalUsers(CE, SubInit, DL, GetTLI);
  312         Changed |= CleanupConstantGlobalUsers(CE, nullptr, DL, GetTLI);
  317         Changed = true;
  336       Changed |= CleanupConstantGlobalUsers(GEP, SubInit, DL, GetTLI);
  340         Changed = true;
  345         Changed = true;
  358   return Changed;