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.h1304 class LazyCallGraphDOTPrinterPass
1305 : public PassInfoMixin<LazyCallGraphDOTPrinterPass> {
1309 LLVM_ABI explicit LazyCallGraphDOTPrinterPass(raw_ostream &OS);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp2042 LazyCallGraphDOTPrinterPass::LazyCallGraphDOTPrinterPass(raw_ostream &OS) in LazyCallGraphDOTPrinterPass() function in LazyCallGraphDOTPrinterPass
2060 PreservedAnalyses LazyCallGraphDOTPrinterPass::run(Module &M, in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def136 MODULE_PASS("print-lcg-dot", LazyCallGraphDOTPrinterPass(errs()))