Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DCallGraph.h328 class CallGraphSCCsPrinterPass
329 : public PassInfoMixin<CallGraphSCCsPrinterPass> {
333 explicit CallGraphSCCsPrinterPass(raw_ostream &OS) : OS(OS) {} in CallGraphSCCsPrinterPass() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DCallGraph.cpp312 PreservedAnalyses CallGraphSCCsPrinterPass::run(Module &M, in run()
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DPassRegistry.def95 MODULE_PASS("print-callgraph-sccs", CallGraphSCCsPrinterPass(dbgs()))