Searched refs:UnrolledSize (Results 1 – 1 of 1) sorted by relevance
947 uint64_t UnrolledSize = (uint64_t)(LoopSize-2) * Count + 2; in runOnLoop() local981 UnrolledSize, UnrolledSize)) { in runOnLoop()1018 if (PartialThreshold != NoThreshold && UnrolledSize > PartialThreshold) { in runOnLoop()1032 while (Count != 0 && UnrolledSize > PartialThreshold) { in runOnLoop()1034 UnrolledSize = (LoopSize-2) * Count + 2; in runOnLoop()