Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestLoopFusion.cpp160 static bool iterateLoops(ArrayRef<SmallVector<AffineForOp, 2>> depthToLoops, in iterateLoops()
181 std::vector<SmallVector<AffineForOp, 2>> depthToLoops; in runOnOperation() local
H A DTestAffineDataCopy.cpp61 std::vector<SmallVector<AffineForOp, 2>> depthToLoops; in runOnOperation() local
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2596 std::vector<SmallVector<AffineForOp, 2>> &depthToLoops) { in gatherLoopsInBlock()
2612 std::vector<SmallVector<AffineForOp, 2>> &depthToLoops) { in gatherLoops()