Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Support/
H A DTiming.cpp154 void printTreeEntryEnd(unsigned indent, bool lastEntry) override {} in printTreeEntryEnd() function in __anon371b0fb00111::OutputTextStrategy
202 void printTreeEntryEnd(unsigned indent, bool lastEntry) override { in printTreeEntryEnd() function in __anon371b0fb00111::OutputJsonStrategy
411 output->printTreeEntryEnd(indent); in printAsTree()
/llvm-project/mlir/include/mlir/Support/
H A DTiming.h365 virtual void printTreeEntryEnd(unsigned indent, bool lastEntry = false) = 0;