Searched refs:LogLoopTripCountEstimate (Results 1 – 1 of 1) sorted by relevance
232 constexpr uint32_t LogLoopTripCountEstimate = 2; // 2^2 = 4 in markUse() local234 constexpr SizeT MaxLoopNestDepth = MaxShift / LogLoopTripCountEstimate; in markUse()238 << LoopNestDepth * LogLoopTripCountEstimate; in markUse()