Searched refs:enclosingFors (Results 1 – 1 of 1) sorted by relevance
2148 SmallVector<AffineForOp, 4> enclosingFors; in findHighestBlockForPlacement() local2149 getLoopIVs(*block.begin(), &enclosingFors); in findHighestBlockForPlacement()2152 auto it = enclosingFors.rbegin(); in findHighestBlockForPlacement()2153 for (auto e = enclosingFors.rend(); it != e; ++it) { in findHighestBlockForPlacement()2160 if (it != enclosingFors.rbegin()) { in findHighestBlockForPlacement()