Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceOperand.cpp232 constexpr uint32_t LogLoopTripCountEstimate = 2; // 2^2 = 4 in markUse() local
234 constexpr SizeT MaxLoopNestDepth = MaxShift / LogLoopTripCountEstimate; in markUse()
238 << LoopNestDepth * LogLoopTripCountEstimate; in markUse()