Searched refs:LazyCallGraphPrinterPass (Results 1 – 3 of 3) sorted by relevance
1284 class LazyCallGraphPrinterPass1285 : public PassInfoMixin<LazyCallGraphPrinterPass> {1289 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
1967 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in LazyCallGraphPrinterPass() function in LazyCallGraphPrinterPass1994 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M, in run()
92 MODULE_PASS("print-lcg", LazyCallGraphPrinterPass(dbgs()))