Searched refs:LazyCallGraphPrinterPass (Results 1 – 6 of 6) sorted by relevance
993 class LazyCallGraphPrinterPass994 : public PassInfoMixin<LazyCallGraphPrinterPass> {998 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
1263 class LazyCallGraphPrinterPass1264 : public PassInfoMixin<LazyCallGraphPrinterPass> {1268 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
63 MODULE_PASS("print-lcg", LazyCallGraphPrinterPass(dbgs()))
1516 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in LazyCallGraphPrinterPass() function in LazyCallGraphPrinterPass1545 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M, in run()
1730 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in LazyCallGraphPrinterPass() function in LazyCallGraphPrinterPass1759 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M, in run()
70 MODULE_PASS("print-lcg", LazyCallGraphPrinterPass(dbgs()))