Searched defs:CallGraphSCC (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/tools/opt/ |
D | PrintSCC.cpp | 48 struct CallGraphSCC : public ModulePass { struct 49 static char ID; // Pass identification, replacement for typeid 50 CallGraphSCC() : ModulePass(ID) {} in CallGraphSCC() function 55 void print(raw_ostream &O, const Module* = nullptr) const override { } in print() 58 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-10.0/llvm/include/llvm/Analysis/ |
D | CallGraphSCCPass.h | 31 class CallGraphSCC; variable 93 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {} in CallGraphSCC() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | CallGraphSCCPass.h | 31 class CallGraphSCC; variable 93 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/llvm-project/mlir/lib/Transforms/ |
D | Inliner.cpp | 254 class CallGraphSCC { class 256 CallGraphSCC(llvm::scc_iterator<const CallGraph *> &parentIterator) in CallGraphSCC() function in __anon92f6fd4f0611::CallGraphSCC
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInternal.h | 21 class CallGraphSCC; variable
|
/external/llvm-project/llvm/lib/Transforms/Coroutines/ |
D | CoroInternal.h | 21 class CallGraphSCC; variable
|