Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestLoopFusion.cpp163 static bool iterateLoops(ArrayRef<SmallVector<AffineForOp, 2>> depthToLoops, in iterateLoops()
184 std::vector<SmallVector<AffineForOp, 2>> depthToLoops; in runOnOperation() local
H A DTestAffineDataCopy.cpp62 std::vector<SmallVector<AffineForOp, 2>> depthToLoops; in runOnOperation() local
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2492 gatherLoopsInBlock(Block * block,unsigned currLoopDepth,std::vector<SmallVector<AffineForOp,2>> & depthToLoops) gatherLoopsInBlock() argument
2508 gatherLoops(func::FuncOp func,std::vector<SmallVector<AffineForOp,2>> & depthToLoops) gatherLoops() argument
[all...]