Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1296 class LazyCallGraphDOTPrinterPass
1297 : public PassInfoMixin<LazyCallGraphDOTPrinterPass> {
1301 explicit LazyCallGraphDOTPrinterPass(raw_ostream &OS);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1787 LazyCallGraphDOTPrinterPass::LazyCallGraphDOTPrinterPass(raw_ostream &OS) in LazyCallGraphDOTPrinterPass() function in LazyCallGraphDOTPrinterPass
1804 PreservedAnalyses LazyCallGraphDOTPrinterPass::run(Module &M, in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def79 MODULE_PASS("print-lcg-dot", LazyCallGraphDOTPrinterPass(dbgs()))