Searched refs:MaxLoopNestDepth (Results 1 – 4 of 4) sorted by relevance
234 constexpr SizeT MaxLoopNestDepth = MaxShift / LogLoopTripCountEstimate; in markUse() local236 std::min(Node->getLoopNestDepth(), MaxLoopNestDepth); in markUse()
58 static const unsigned MaxLoopNestDepth = 10; variable78 if (Level > MaxLoopNestDepth) { in populateDependencyMatrix()80 << MaxLoopNestDepth << "\n"); in populateDependencyMatrix()
76 static const unsigned MaxLoopNestDepth = 10; variable484 if (LoopNestDepth > MaxLoopNestDepth) { in processLoopList()486 << MaxLoopNestDepth << "\n"); in processLoopList()
74 static const unsigned MaxLoopNestDepth = 10; variable498 if (LoopNestDepth > MaxLoopNestDepth) { in processLoopList()500 << MaxLoopNestDepth << "\n"); in processLoopList()