Home
last modified time | relevance | path

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

12

/external/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()
/external/llvm/lib/Analysis/
DCallGraph.cpp277 CallGraphWrapperPass::CallGraphWrapperPass() : ModulePass(ID) { in CallGraphWrapperPass() function in CallGraphWrapperPass
281 CallGraphWrapperPass::~CallGraphWrapperPass() {} in ~CallGraphWrapperPass()
283 void CallGraphWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
287 bool CallGraphWrapperPass::runOnModule(Module &M) { in runOnModule()
293 INITIALIZE_PASS(CallGraphWrapperPass, "basiccg", "CallGraph Construction",
296 char CallGraphWrapperPass::ID = 0;
298 void CallGraphWrapperPass::releaseMemory() { G.reset(); } in releaseMemory()
300 void CallGraphWrapperPass::print(raw_ostream &OS, const Module *) const { in print()
311 void CallGraphWrapperPass::dump() const { print(dbgs(), nullptr); } in dump()
322 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.cpp66 Info.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
442 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
588 AU.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
589 AU.addPreserved<CallGraphWrapperPass>(); in getAnalysisUsage()
DGlobalsModRef.cpp951 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
967 getAnalysis<CallGraphWrapperPass>().getCallGraph()))); in runOnModule()
978 AU.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
/external/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()
/external/llvm/lib/Transforms/IPO/
DInternalize.cpp270 CallGraphWrapperPass *CGPass = in runOnModule()
271 getAnalysisIfAvailable<CallGraphWrapperPass>(); in runOnModule()
278 AU.addPreserved<CallGraphWrapperPass>(); in getAnalysisUsage()
DPruneEH.cpp58 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
185 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnSCC()
DInlineAlways.cpp68 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DInlineSimple.cpp80 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DFunctionAttrs.cpp1064 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
1136 AU.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
1137 AU.addPreserved<CallGraphWrapperPass>(); in getAnalysisUsage()
1145 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
1212 auto &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
DArgumentPromotion.cpp111 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
147 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnSCC()
/external/llvm/tools/opt/
DPrintSCC.cpp61 AU.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
94 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
/external/llvm/include/llvm/Analysis/
DCallGraph.h328 class CallGraphWrapperPass : public ModulePass {
334 CallGraphWrapperPass();
335 ~CallGraphWrapperPass() override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h324 class CallGraphWrapperPass : public ModulePass {
330 CallGraphWrapperPass();
331 ~CallGraphWrapperPass() override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp90 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp548 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass)

12