Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h561 class LazyCallGraphPrinterPass {
565 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
/external/llvm/lib/Passes/
DPassRegistry.def33 MODULE_PASS("print-cg", LazyCallGraphPrinterPass(dbgs()))
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp685 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in LazyCallGraphPrinterPass() function in LazyCallGraphPrinterPass
711 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M, in run()