Home
last modified time | relevance | path

Searched refs:LazyCallGraphDOTPrinterPass (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h1006 class LazyCallGraphDOTPrinterPass
1007 : public PassInfoMixin<LazyCallGraphDOTPrinterPass> {
1011 explicit LazyCallGraphDOTPrinterPass(raw_ostream &OS);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1276 class LazyCallGraphDOTPrinterPass
1277 : public PassInfoMixin<LazyCallGraphDOTPrinterPass> {
1281 explicit LazyCallGraphDOTPrinterPass(raw_ostream &OS);
/external/llvm/lib/Passes/
DPassRegistry.def64 MODULE_PASS("print-lcg-dot", LazyCallGraphDOTPrinterPass(dbgs()))
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp1561 LazyCallGraphDOTPrinterPass::LazyCallGraphDOTPrinterPass(raw_ostream &OS) in LazyCallGraphDOTPrinterPass() function in LazyCallGraphDOTPrinterPass
1578 PreservedAnalyses LazyCallGraphDOTPrinterPass::run(Module &M, in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1776 LazyCallGraphDOTPrinterPass::LazyCallGraphDOTPrinterPass(raw_ostream &OS) in LazyCallGraphDOTPrinterPass() function in LazyCallGraphDOTPrinterPass
1793 PreservedAnalyses LazyCallGraphDOTPrinterPass::run(Module &M, in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassRegistry.def71 MODULE_PASS("print-lcg-dot", LazyCallGraphDOTPrinterPass(dbgs()))