Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1263 class LazyCallGraphPrinterPass
1264 : public PassInfoMixin<LazyCallGraphPrinterPass> {
1268 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1730 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in LazyCallGraphPrinterPass() function in LazyCallGraphPrinterPass
1759 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M, in run()
/freebsd-12.1/contrib/llvm/lib/Passes/
H A DPassRegistry.def74 MODULE_PASS("print-lcg", LazyCallGraphPrinterPass(dbgs()))