Searched refs:StridedLoads (Results 1 – 1 of 1) sorted by relevance
711 int StridedLoads = 0; in getFalkorUnrollingPreferences() local732 ++StridedLoads; in getFalkorUnrollingPreferences()735 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()736 return StridedLoads; in getFalkorUnrollingPreferences()739 return StridedLoads; in getFalkorUnrollingPreferences()742 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local743 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()747 if (StridedLoads) { in getFalkorUnrollingPreferences()748 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()