Searched refs:mergeIdenticalBlocks (Results 1 – 1 of 1) sorted by relevance
620 static LogicalResult mergeIdenticalBlocks(Region ®ion) { in mergeIdenticalBlocks() function666 static LogicalResult mergeIdenticalBlocks(MutableArrayRef<Region> regions) { in mergeIdenticalBlocks() function673 if (succeeded(mergeIdenticalBlocks(*region))) { in mergeIdenticalBlocks()699 bool mergedIdenticalBlocks = succeeded(mergeIdenticalBlocks(regions)); in simplifyRegions()