Home
last modified time | relevance | path

Searched refs:gatherLoops (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/test/lib/Transforms/
DTestLoopFusion.cpp176 gatherLoops(getFunction(), depthToLoops); in runOnFunction()
185 gatherLoops(getFunction(), depthToLoops); in runOnFunction()
/external/llvm-project/mlir/test/lib/Dialect/Affine/
DTestAffineDataCopy.cpp53 gatherLoops(getFunction(), depthToLoops); in runOnFunction()
DTestVectorizationUtils.cpp263 gatherLoops(getFunction(), loops); in testVecAffineLoopNest()
/external/llvm-project/mlir/include/mlir/Transforms/
DLoopUtils.h285 void gatherLoops(FuncOp func,
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2891 void mlir::gatherLoops(FuncOp func, in gatherLoops() function in mlir