Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1303 class LazyCallGraphDOTPrinterPass
1304 : public PassInfoMixin<LazyCallGraphDOTPrinterPass> {
1308 explicit LazyCallGraphDOTPrinterPass(raw_ostream &OS);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp2040 LazyCallGraphDOTPrinterPass::LazyCallGraphDOTPrinterPass(raw_ostream &OS) in LazyCallGraphDOTPrinterPass() function in LazyCallGraphDOTPrinterPass
2058 PreservedAnalyses LazyCallGraphDOTPrinterPass::run(Module &M, in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def113 MODULE_PASS("print-lcg-dot", LazyCallGraphDOTPrinterPass(dbgs()))