Lines Matching defs:pretty
168 "mlir-pretty-debuginfo", llvm::cl::init(false),
169 llvm::cl::desc("Print pretty debug info in MLIR output")};
267 /// debug information is printed in a more readable 'pretty' form.
349 /// Return if debug information should be printed in the pretty form.
480 void printLocationInternal(LocationAttr loc, bool pretty = false,
1518 // Entry block arguments should already have a pretty "arg" name.
2038 void AsmPrinter::Impl::printLocationInternal(LocationAttr loc, bool pretty,
2046 printLocationInternal(loc.getFallbackLocation(), pretty);
2049 if (pretty)
2055 if (pretty)
2079 printLocationInternal(childLoc, pretty);
2086 if (!pretty)
2088 printLocationInternal(callee, pretty);
2089 if (pretty) {
2102 printLocationInternal(caller, pretty);
2103 if (!pretty)
2107 if (!pretty)
2117 [&](Location loc) { printLocationInternal(loc, pretty); },
2183 return printLocationInternal(loc, /*pretty=*/true, /*isTopLevel=*/true);
2187 printLocationInternal(loc, /*pretty=*/false, /*isTopLevel=*/true);
2199 /// the pretty form. This is essentially when the symbol takes the form:
2223 // If this symbol name is simple enough, print it directly in pretty form,
3006 // Print out special "pretty" forms for add.