Searched refs:StridedLoads (Results 1 – 1 of 1) sorted by relevance
4664 int StridedLoads = 0; in getFalkorUnrollingPreferences() local4685 ++StridedLoads; in getFalkorUnrollingPreferences()4688 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()4689 return StridedLoads; in getFalkorUnrollingPreferences()4692 return StridedLoads; in getFalkorUnrollingPreferences()4695 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local4696 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()4700 if (StridedLoads) { in getFalkorUnrollingPreferences()4701 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()