Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp675 bool hasNonEmptyRegion = llvm::any_of(*block, [](Operation &op) { in mergeIdenticalBlocks() local
679 if (hasNonEmptyRegion) in mergeIdenticalBlocks()