Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DViewOpGraph.cpp111 os << attrStmt("label", quoteString(escapeString(std::move(label)))) in emitClusterStmt()
120 std::string attrStmt(const Twine &key, const Twine &value) { in attrStmt() function in __anon2ace0bc30211::PrintOpPass
128 os << this->attrStmt(it.getKey(), it.getValue()); in emitAttrList()
193 os << attrStmt("compound", "true") << ";\n"; in emitGraph()