Home
last modified time | relevance | path

Searched defs:depthToLoops (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/test/lib/Transforms/
DTestLoopFusion.cpp149 static bool iterateLoops(ArrayRef<SmallVector<AffineForOp, 2>> depthToLoops, in iterateLoops()
170 std::vector<SmallVector<AffineForOp, 2>> depthToLoops; in runOnFunction() local
/external/llvm-project/mlir/test/lib/Dialect/Affine/
DTestAffineDataCopy.cpp52 std::vector<SmallVector<AffineForOp, 2>> depthToLoops; in runOnFunction() local
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2876 std::vector<SmallVector<AffineForOp, 2>> &depthToLoops) { in gatherLoopsInBlock()
2892 std::vector<SmallVector<AffineForOp, 2>> &depthToLoops) { in gatherLoops()