Home
last modified time | relevance | path

Searched defs:shouldUseLocalScope (Results 1 – 1 of 1) 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
3272 bool shouldUseLocalScope = printerFlags.shouldUseLocalScope(); in print() local