Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DViewOpGraph.cpp48 static std::string quoteString(const std::string &str) { in quoteString() function
111 os << attrStmt("label", quoteString(escapeString(std::move(label)))) in emitClusterStmt()
175 attrs["label"] = quoteString(escapeString(std::move(label))); in emitEdgeStmt()
203 attrs["label"] = quoteString(escapeString(std::move(label))); in emitNodeStmt()