Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DUnit.cpp44 bool shouldSkipRegions = flags.shouldSkipRegions(); in printBlock() local
H A DAsmPrinter.cpp345 bool OpPrintingFlags::shouldSkipRegions() const { return skipRegionsFlag; } shouldSkipRegions() function in OpPrintingFlags