Home
last modified time | relevance | path

Searched refs:nestedLoops (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Transforms/
DLoopUtils.h59 void getPerfectlyNestedLoops(SmallVectorImpl<AffineForOp> &nestedLoops,
61 void getPerfectlyNestedLoops(SmallVectorImpl<scf::ForOp> &nestedLoops,
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp1006 void mlir::getPerfectlyNestedLoops(SmallVectorImpl<AffineForOp> &nestedLoops, in getPerfectlyNestedLoops() argument
1008 getPerfectlyNestedLoopsImpl(nestedLoops, root); in getPerfectlyNestedLoops()
1011 void mlir::getPerfectlyNestedLoops(SmallVectorImpl<scf::ForOp> &nestedLoops, in getPerfectlyNestedLoops() argument
1013 getPerfectlyNestedLoopsImpl(nestedLoops, root); in getPerfectlyNestedLoops()