Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp77 static const unsigned MaxLoopNestDepth = 10; variable
430 if (LoopNestDepth > MaxLoopNestDepth) { in processLoopList()
432 << MaxLoopNestDepth << "\n"); in processLoopList()