Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1288 class LazyCallGraphDOTPrinterPass
1289 : public PassInfoMixin<LazyCallGraphDOTPrinterPass> {
1293 explicit LazyCallGraphDOTPrinterPass(raw_ostream &OS);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp2022 LazyCallGraphDOTPrinterPass::LazyCallGraphDOTPrinterPass(raw_ostream &OS) in LazyCallGraphDOTPrinterPass() function in LazyCallGraphDOTPrinterPass
2040 PreservedAnalyses LazyCallGraphDOTPrinterPass::run(Module &M, in run()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassRegistry.def97 MODULE_PASS("print-lcg-dot", LazyCallGraphDOTPrinterPass(dbgs()))