Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceOperand.cpp234 constexpr SizeT MaxLoopNestDepth = MaxShift / LogLoopTripCountEstimate; in markUse() local
236 std::min(Node->getLoopNestDepth(), MaxLoopNestDepth); in markUse()
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp58 static const unsigned MaxLoopNestDepth = 10; variable
78 if (Level > MaxLoopNestDepth) { in populateDependencyMatrix()
80 << MaxLoopNestDepth << "\n"); in populateDependencyMatrix()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp74 static const unsigned MaxLoopNestDepth = 10; variable
522 if (LoopNestDepth > MaxLoopNestDepth) { in processLoopList()
524 << MaxLoopNestDepth << "\n"); in processLoopList()