|
MLIR 22.0.0git
|
#include "mlir/Support/LLVM.h"Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
Functions | |
| size_t | mlir::controlFlowSink (RegionRange regions, DominanceInfo &domInfo, function_ref< bool(Operation *, Region *)> shouldMoveIntoRegion, function_ref< void(Operation *, Region *)> moveIntoRegion) |
| Given a list of regions, perform control flow sinking on them. | |
| void | mlir::getSinglyExecutedRegionsToSink (RegionBranchOpInterface branch, SmallVectorImpl< Region * > ®ions) |
| Populates regions with regions of the provided region branch op that are executed at most once at that are reachable given the current operands of the op. | |