HomeSort by relevance Sort by last modified time
    Searched refs:LazyCallGraphPrinterPass (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 560 class LazyCallGraphPrinterPass {
564 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
568 static StringRef name() { return "LazyCallGraphPrinterPass"; }
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 685 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {}
711 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M,

Completed in 5897 milliseconds