Home
last modified time | relevance | path

Searched refs:CallGraphSCCsPrinterPass (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h330 class CallGraphSCCsPrinterPass
331 : public PassInfoMixin<CallGraphSCCsPrinterPass> {
335 explicit CallGraphSCCsPrinterPass(raw_ostream &OS) : OS(OS) {} in CallGraphSCCsPrinterPass() function
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp312 PreservedAnalyses CallGraphSCCsPrinterPass::run(Module &M, in run()
/src/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def110 MODULE_PASS("print-callgraph-sccs", CallGraphSCCsPrinterPass(dbgs()))