Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/Utils/
H A DUtils.h70 replaceLoopNestWithNewYields(OpBuilder &builder, ArrayRef<scf::ForOp> loopNest,
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DTileUsingInterface.cpp313 SmallVector<scf::ForOp> newLoops = replaceLoopNestWithNewYields( in returningMatchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp105 SmallVector<scf::ForOp> mlir::replaceLoopNestWithNewYields( in replaceLoopNestWithNewYields() function in mlir