Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/opt/
H A DPrintSCC.cpp49 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()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h32 class CallGraphSCC; variable
94 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {} in CallGraphSCC() function
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DOptBisect.h28 class CallGraphSCC; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h21 class CallGraphSCC; variable