Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DLoopCoalescing.cpp74 coalesceLoops(band); in runOnFunction()
/external/llvm-project/mlir/include/mlir/Transforms/
DLoopUtils.h242 void coalesceLoops(MutableArrayRef<scf::ForOp> loops);
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp1975 void mlir::coalesceLoops(MutableArrayRef<scf::ForOp> loops) { in coalesceLoops() function in mlir