Home
last modified time | relevance | path

Searched refs:CallGraphWrapperPass (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraph.cpp261 CallGraphWrapperPass::CallGraphWrapperPass() : ModulePass(ID) { in CallGraphWrapperPass() function in CallGraphWrapperPass
265 CallGraphWrapperPass::~CallGraphWrapperPass() = default;
267 void CallGraphWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
271 bool CallGraphWrapperPass::runOnModule(Module &M) { in runOnModule()
277 INITIALIZE_PASS(CallGraphWrapperPass, "basiccg", "CallGraph Construction",
280 char CallGraphWrapperPass::ID = 0;
282 void CallGraphWrapperPass::releaseMemory() { G.reset(); } in releaseMemory()
284 void CallGraphWrapperPass::print(raw_ostream &OS, const Module *) const { in print()
296 void CallGraphWrapperPass::dump() const { print(dbgs(), nullptr); } in dump()
310 AU.addRequiredTransitive<CallGraphWrapperPass>(); in getAnalysisUsage()
[all …]
DCallPrinter.cpp39 static CallGraph *getGraph(CallGraphWrapperPass *P) { in getGraph()
49 : public DOTGraphTraitsModuleViewer<CallGraphWrapperPass, true, CallGraph *,
54 : DOTGraphTraitsModuleViewer<CallGraphWrapperPass, true, CallGraph *, in CallGraphViewer()
62 CallGraphWrapperPass, true, CallGraph *,
67 : DOTGraphTraitsModulePrinter<CallGraphWrapperPass, true, CallGraph *, in CallGraphDOTPrinter()
DCallGraphSCCPass.cpp75 Info.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
464 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
607 AU.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
608 AU.addPreserved<CallGraphWrapperPass>(); in getAnalysisUsage()
DGlobalsModRef.cpp1003 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
1021 M, GetTLI, getAnalysis<CallGraphWrapperPass>().getCallGraph()))); in runOnModule()
1032 AU.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInternalize.cpp267 CallGraphWrapperPass *CGPass = in runOnModule()
268 getAnalysisIfAvailable<CallGraphWrapperPass>(); in runOnModule()
275 AU.addPreserved<CallGraphWrapperPass>(); in getAnalysisUsage()
DPruneEH.cpp57 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
181 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnSCC()
DInlineSimple.cpp91 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DFunctionAttrs.cpp1484 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
1537 AU.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
1538 AU.addPreserved<CallGraphWrapperPass>(); in getAnalysisUsage()
1548 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
1615 auto &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
DAlwaysInliner.cpp132 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DArgumentPromotion.cpp1107 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
1123 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnSCC()
DInliner.cpp759 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in inlineCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h324 class CallGraphWrapperPass : public ModulePass {
330 CallGraphWrapperPass();
331 ~CallGraphWrapperPass() override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp90 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1568 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnSCC()
1610 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument