Searched refs:LazyCallGraphPrinterPass (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h993 class LazyCallGraphPrinterPass class in class:llvm::LazyCallGraph
994 : public PassInfoMixin<LazyCallGraphPrinterPass> {
998 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1516 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {}
1545 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M,

Completed in 269 milliseconds