Lines Matching refs:fCount
178 loopInfo.fCount = 0; in get_es2_loop_unroll_info()
182 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info()
187 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info()
192 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info()
197 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info()
203 loopInfo.fCount = std::ceil(iterations); in get_es2_loop_unroll_info()
204 if (loopInfo.fCount < 0 || loopInfo.fCount != iterations || in get_es2_loop_unroll_info()
207 loopInfo.fCount = kLoopTerminationLimit; in get_es2_loop_unroll_info()
216 loopInfo.fCount = 1; in get_es2_loop_unroll_info()
219 loopInfo.fCount = kLoopTerminationLimit; in get_es2_loop_unroll_info()
223 loopInfo.fCount = 0; in get_es2_loop_unroll_info()
230 SkASSERT(loopInfo.fCount >= 0); in get_es2_loop_unroll_info()
231 if (loopInfo.fCount >= kLoopTerminationLimit) { in get_es2_loop_unroll_info()