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

References

include/llvm/Analysis/CallGraph.h
  342   Module &getModule() const { return G->getModule(); }
lib/Analysis/CallGraphSCCPass.cpp
  123   Module &M = CG.getModule();
  518       Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule());
  533       Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule());
  646         SCC.getCallGraph().getModule().print(OS, nullptr);
  667         SCC.getCallGraph().getModule().print(OS, nullptr);
  704       SCC.getCallGraph().getModule().getContext().getOptPassGate();
lib/Transforms/Coroutines/CoroSplit.cpp
 1414   Module &M = CG.getModule();
 1527     Run = coro::declaresIntrinsics(CG.getModule(),
 1539       SCC.getCallGraph().getModule().getFunction("llvm.coro.prepare.retcon");
lib/Transforms/IPO/Inliner.cpp
  497     ImportedFunctionsStats.setModuleInfo(CG.getModule());
  838     filterDeadComdatFunctions(CG.getModule(), DeadFunctionsInComdats);