Searched refs:nestedLoops (Results 1 – 4 of 4) sorted by relevance
172 void getPerfectlyNestedLoops(SmallVectorImpl<scf::ForOp> &nestedLoops,
64 void getPerfectlyNestedLoops(SmallVectorImpl<AffineForOp> &nestedLoops,
920 void mlir::getPerfectlyNestedLoops(SmallVectorImpl<scf::ForOp> &nestedLoops, in getPerfectlyNestedLoops() argument922 getPerfectlyNestedLoopsImpl(nestedLoops, root); in getPerfectlyNestedLoops()
945 void mlir::getPerfectlyNestedLoops(SmallVectorImpl<AffineForOp> &nestedLoops, in getPerfectlyNestedLoops() argument948 nestedLoops.push_back(root); in getPerfectlyNestedLoops()