Searched refs:LazyCallGraphPrinterPass (Results 1 – 3 of 3) sorted by relevance
561 class LazyCallGraphPrinterPass {565 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
33 MODULE_PASS("print-cg", LazyCallGraphPrinterPass(dbgs()))
685 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in LazyCallGraphPrinterPass() function in LazyCallGraphPrinterPass711 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M, in run()