Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCallGraph.cpp263 CallGraphWrapperPass::CallGraphWrapperPass() : ModulePass(ID) { in CallGraphWrapperPass() function in CallGraphWrapperPass
267 CallGraphWrapperPass::~CallGraphWrapperPass() = default;
269 void CallGraphWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
273 bool CallGraphWrapperPass::runOnModule(Module &M) { in runOnModule()
279 INITIALIZE_PASS(CallGraphWrapperPass, "basiccg", "CallGraph Construction",
282 char CallGraphWrapperPass::ID = 0;
284 void CallGraphWrapperPass::releaseMemory() { G.reset(); } in releaseMemory()
286 void CallGraphWrapperPass::print(raw_ostream &OS, const Module *) const { in print()
298 void CallGraphWrapperPass::dump() const { print(dbgs(), nullptr); } in dump()
312 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()
453 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
596 AU.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
597 AU.addPreserved<CallGraphWrapperPass>(); in getAnalysisUsage()
DGlobalsModRef.cpp985 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
1001 getAnalysis<CallGraphWrapperPass>().getCallGraph()))); in runOnModule()
1012 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/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()
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()
DInlineSimple.cpp80 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInternalize.cpp270 CallGraphWrapperPass *CGPass = in runOnModule()
271 getAnalysisIfAvailable<CallGraphWrapperPass>(); in runOnModule()
278 AU.addPreserved<CallGraphWrapperPass>(); in getAnalysisUsage()
DPruneEH.cpp57 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
181 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnSCC()
DFunctionAttrs.cpp1375 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
1447 AU.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
1448 AU.addPreserved<CallGraphWrapperPass>(); in getAnalysisUsage()
1458 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
1525 auto &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
DInlineSimple.cpp91 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DAlwaysInliner.cpp123 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DArgumentPromotion.cpp1043 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
1058 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnSCC()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DPrintSCC.cpp61 AU.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
94 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
/external/llvm/tools/opt/
DPrintSCC.cpp61 AU.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
94 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerOCLBlocks.cpp105 AU.addRequired<CallGraphWrapperPass>(); in getAnalysisUsage()
341 auto CG = &getAnalysis<CallGraphWrapperPass>().getCallGraph(); in lowerReturnBlock()
427 auto &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in erase()
462 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCallGraph.h324 class CallGraphWrapperPass : public ModulePass {
330 CallGraphWrapperPass();
331 ~CallGraphWrapperPass() override;
/external/llvm/include/llvm/Analysis/
DCallGraph.h328 class CallGraphWrapperPass : public ModulePass {
334 CallGraphWrapperPass();
335 ~CallGraphWrapperPass() override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp85 INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass) in INITIALIZE_PASS_DEPENDENCY()

12