Searched refs:StridedLoads (Results 1 – 1 of 1) sorted by relevance
3571 int StridedLoads = 0; in getFalkorUnrollingPreferences() local3592 ++StridedLoads; in getFalkorUnrollingPreferences()3595 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()3596 return StridedLoads; in getFalkorUnrollingPreferences()3599 return StridedLoads; in getFalkorUnrollingPreferences()3602 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local3603 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()3607 if (StridedLoads) { in getFalkorUnrollingPreferences()3608 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()