Home
last modified time | relevance | path

Searched defs:PrintOpPass (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/
DViewOpGraph.cpp107 struct PrintOpPass : public PrintOpBase<PrintOpPass> { struct
108 explicit PrintOpPass(raw_ostream &os = llvm::errs(), bool short_names = false, in PrintOpPass() argument
112 std::string getOpName(Operation &op) { in getOpName()
122 void processModule(ModuleOp module) { in processModule()
143 void runOnOperation() override { processModule(getOperation()); } in runOnOperation()
146 raw_ostream &os;
147 std::string title;
148 int unnamedOpCtr = 0;
149 bool short_names;