Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp785 unsigned loopDepthLimit = std::numeric_limits<unsigned>::max(); in getInnermostCommonLoopDepth() local
788 loopDepthLimit = in getInnermostCommonLoopDepth()
789 std::min(loopDepthLimit, static_cast<unsigned>(loops[i].size())); in getInnermostCommonLoopDepth()
793 for (unsigned d = 0; d < loopDepthLimit; ++d) { in getInnermostCommonLoopDepth()