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

References

lib/Analysis/ModuleSummaryAnalysis.cpp
  645           M.getModuleFlag("EnableSplitLTOUnit")))
  657   collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false);
  659   collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true);
  669   if (!M.getModuleInlineAsm().empty()) {
  680         M, [&](StringRef Name, object::BasicSymbolRef::Flags Flags) {
  686           GlobalValue *GV = M.getNamedValue(Name);
  727           mdconst::extract_or_null<ConstantInt>(M.getModuleFlag("ThinLTO")))
  732   for (auto &F : M) {
  748     computeFunctionSummary(Index, M, F, BFI, PSI, DT,
  756   for (const GlobalVariable &G : M.globals()) {
  759     computeVariableSummary(Index, G, CantBePromoted, M, Types);
  764   for (const GlobalAlias &A : M.aliases())