Searched defs:CallGraphSCC (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | PrintSCC.cpp | 49 struct CallGraphSCC : public ModulePass { struct 50 static char ID; // Pass identification, replacement for typeid 51 CallGraphSCC() : ModulePass(ID) {} in CallGraphSCC() argument 56 void print(raw_ostream &O, const Module* = nullptr) const override { } in print() 59 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
|
/external/llvm/tools/opt/ |
D | PrintSCC.cpp | 49 struct CallGraphSCC : public ModulePass { struct 50 static char ID; // Pass identification, replacement for typeid 51 CallGraphSCC() : ModulePass(ID) {} in CallGraphSCC() function 56 void print(raw_ostream &O, const Module* = nullptr) const override { } in print() 59 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
|
/external/swiftshader/third_party/LLVM/tools/opt/ |
D | PrintSCC.cpp | 49 struct CallGraphSCC : public ModulePass { struct 50 static char ID; // Pass identification, replacement for typeid 51 CallGraphSCC() : ModulePass(ID) {} in CallGraphSCC() argument 56 void print(raw_ostream &O, const Module* = 0) const { } in print() 59 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | CallGraphSCCPass.h | 32 class CallGraphSCC; variable 84 CallGraphSCC(void *context) : Context(context) {} in CallGraphSCC() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | CallGraphSCCPass.h | 32 class CallGraphSCC; variable 94 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {} in CallGraphSCC() function
|
/external/llvm/include/llvm/Analysis/ |
D | CallGraphSCCPass.h | 33 class CallGraphSCC; variable 95 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {} in CallGraphSCC() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | OptBisect.h | 28 class CallGraphSCC; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInternal.h | 21 class CallGraphSCC; variable
|