Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp59 static const unsigned MaxLoopNestDepth = 10; variable
79 if (Level > MaxLoopNestDepth) { in populateDependencyMatrix()
81 << MaxLoopNestDepth << "\n"); in populateDependencyMatrix()