Home
last modified time | relevance | path

Searched defs:executeRegionOp (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp128 static scf::YieldOp getUniqueYieldOp(scf::ExecuteRegionOp executeRegionOp) { in getUniqueYieldOp() argument
155 auto executeRegionOp = cast<scf::ExecuteRegionOp>(op); in verifyAnalysis() local
172 auto executeRegionOp = cast<scf::ExecuteRegionOp>(op); in getAliasingOpOperands() local
185 auto executeRegionOp = cast<scf::ExecuteRegionOp>(op); in bufferize() local
[all...]
/llvm-project/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp158 scf::ExecuteRegionOp executeRegionOp = wrapInExecuteRegion() local