Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp277 bool OpPrintingFlags::shouldUseLocalScope() const { return printLocalScope; } in shouldUseLocalScope() function in OpPrintingFlags
3263 if (!getParent() && !printerFlags.shouldUseLocalScope()) { in print()
3272 bool shouldUseLocalScope = printerFlags.shouldUseLocalScope(); in print() local
3276 if (shouldUseLocalScope && op->hasTrait<OpTrait::IsIsolatedFromAbove>()) in print()
3291 if (!getParent() && !state.getPrinterFlags().shouldUseLocalScope()) in print()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h810 bool shouldUseLocalScope() const;