Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DViewRegionGraph.cpp63 struct PrintCFGPass : public PrintCFGBase<PrintCFGPass> { struct
64 PrintCFGPass(raw_ostream &os = llvm::errs(), bool shortNames = false, in PrintCFGPass() function
81 return std::make_unique<PrintCFGPass>(os, shortNames, title); in createPrintCFGGraphPass()