Searched refs:MaxLoopNestDepth (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp74 static const unsigned MaxLoopNestDepth = 10; variable
497 if (LoopNestDepth > MaxLoopNestDepth) {
499 << MaxLoopNestDepth << "\n");

Completed in 103 milliseconds