Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceOperand.cpp245 constexpr SizeT MaxLoopNestDepth = MaxShift / LogLoopTripCountEstimate; in markUse() local
247 std::min(Node->getLoopNestDepth(), MaxLoopNestDepth); in markUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp74 static const unsigned MaxLoopNestDepth = 10; variable
498 if (LoopNestDepth > MaxLoopNestDepth) { in processLoopList()
500 << MaxLoopNestDepth << "\n"); in processLoopList()