Searched refs:nestedLoops (Results 1 – 2 of 2) sorted by relevance
59 void getPerfectlyNestedLoops(SmallVectorImpl<AffineForOp> &nestedLoops,61 void getPerfectlyNestedLoops(SmallVectorImpl<scf::ForOp> &nestedLoops,
1006 void mlir::getPerfectlyNestedLoops(SmallVectorImpl<AffineForOp> &nestedLoops, in getPerfectlyNestedLoops() argument1008 getPerfectlyNestedLoopsImpl(nestedLoops, root); in getPerfectlyNestedLoops()1011 void mlir::getPerfectlyNestedLoops(SmallVectorImpl<scf::ForOp> &nestedLoops, in getPerfectlyNestedLoops() argument1013 getPerfectlyNestedLoopsImpl(nestedLoops, root); in getPerfectlyNestedLoops()