Home
last modified time | relevance | path

Searched refs:MaxLoopNestDepth (Results 1 – 4 of 4) 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/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp76 static const unsigned MaxLoopNestDepth = 10; variable
484 if (LoopNestDepth > MaxLoopNestDepth) { in processLoopList()
486 << MaxLoopNestDepth << "\n"); in processLoopList()
/external/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()