Searched defs:shouldSkipRegions (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/IR/ | ||
H A D | Unit.cpp | 44 bool shouldSkipRegions = flags.shouldSkipRegions(); in printBlock() local |
H A D | AsmPrinter.cpp | 345 bool OpPrintingFlags::shouldSkipRegions() const { return skipRegionsFlag; } shouldSkipRegions() function in OpPrintingFlags |