Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp185 bool OpPrintingFlags::shouldUseLocalScope() const { return printLocalScope; } in shouldUseLocalScope() function in OpPrintingFlags
2601 bool shouldUseLocalScope = flags.shouldUseLocalScope(); in print() local