Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp113 printGenericOpFormFlag(false), printLocalScope(false) { in OpPrintingFlags()
122 printLocalScope = clOptions->printLocalScopeOpt; in OpPrintingFlags()
153 printLocalScope = true; in useLocalScope()
185 bool OpPrintingFlags::shouldUseLocalScope() const { return printLocalScope; } in shouldUseLocalScope()
/external/llvm-project/mlir/include/mlir/IR/
DOperationSupport.h658 bool printLocalScope : 1; variable