Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DRegionUtils.cpp620 static LogicalResult mergeIdenticalBlocks(Region &region) { in mergeIdenticalBlocks() function
666 static LogicalResult mergeIdenticalBlocks(MutableArrayRef<Region> regions) { in mergeIdenticalBlocks() function
673 if (succeeded(mergeIdenticalBlocks(*region))) { in mergeIdenticalBlocks()
699 bool mergedIdenticalBlocks = succeeded(mergeIdenticalBlocks(regions)); in simplifyRegions()