Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1298 class LazyCallGraphDOTPrinterPass
1299 : public PassInfoMixin<LazyCallGraphDOTPrinterPass> {
1303 explicit LazyCallGraphDOTPrinterPass(raw_ostream &OS);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp2029 LazyCallGraphDOTPrinterPass::LazyCallGraphDOTPrinterPass(raw_ostream &OS) in LazyCallGraphDOTPrinterPass() function in LazyCallGraphDOTPrinterPass
2047 PreservedAnalyses LazyCallGraphDOTPrinterPass::run(Module &M, in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def109 MODULE_PASS("print-lcg-dot", LazyCallGraphDOTPrinterPass(dbgs()))