Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1276 class LazyCallGraphDOTPrinterPass
1277 : public PassInfoMixin<LazyCallGraphDOTPrinterPass> {
1281 explicit LazyCallGraphDOTPrinterPass(raw_ostream &OS);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1776 LazyCallGraphDOTPrinterPass::LazyCallGraphDOTPrinterPass(raw_ostream &OS) in LazyCallGraphDOTPrinterPass() function in LazyCallGraphDOTPrinterPass
1793 PreservedAnalyses LazyCallGraphDOTPrinterPass::run(Module &M, in run()
/freebsd-12.1/contrib/llvm/lib/Passes/
H A DPassRegistry.def75 MODULE_PASS("print-lcg-dot", LazyCallGraphDOTPrinterPass(dbgs()))