Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp186 printLocalScope(false), printValueUsersFlag(false) { in OpPrintingFlags()
196 printLocalScope = clOptions->printLocalScopeOpt; in OpPrintingFlags()
234 printLocalScope = true; in useLocalScope()
277 bool OpPrintingFlags::shouldUseLocalScope() const { return printLocalScope; } in shouldUseLocalScope()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h831 bool printLocalScope : 1; variable