Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2148 SmallVector<AffineForOp, 4> enclosingFors; in findHighestBlockForPlacement() local
2149 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()