Searched refs:StridedLoads (Results 1 – 1 of 1) sorted by relevance
2371 int StridedLoads = 0; in getFalkorUnrollingPreferences() local2392 ++StridedLoads; in getFalkorUnrollingPreferences()2395 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()2396 return StridedLoads; in getFalkorUnrollingPreferences()2399 return StridedLoads; in getFalkorUnrollingPreferences()2402 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local2403 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()2407 if (StridedLoads) { in getFalkorUnrollingPreferences()2408 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()