Home
last modified time | relevance | path

Searched defs:CallGraphSCC (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DPrintSCC.cpp48 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h31 class CallGraphSCC; variable
93 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {} in CallGraphSCC() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h21 class CallGraphSCC; variable