Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DPassDocGen.cpp47 size_t longestStat = 0; in emitDoc() local
49 longestStat = std::max(stat.getName().size(), longestStat); in emitDoc()
52 os.indent(longestStat - stat.getName().size()) in emitDoc()