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

/external/swiftshader/third_party/subzero/src/
H A DIceOperand.cpp234 constexpr SizeT MaxLoopNestDepth = MaxShift / LogLoopTripCountEstimate; local
236 std::min(Node->getLoopNestDepth(), MaxLoopNestDepth);
/external/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp58 static const unsigned MaxLoopNestDepth = 10; member in namespace:__anon14721
78 if (Level > MaxLoopNestDepth) {
80 << MaxLoopNestDepth << "\n");

Completed in 165 milliseconds