Searched refs:StridedLoads (Results 1 – 1 of 1) sorted by relevance
3297 int StridedLoads = 0; in getFalkorUnrollingPreferences() local3318 ++StridedLoads; in getFalkorUnrollingPreferences()3321 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()3322 return StridedLoads; in getFalkorUnrollingPreferences()3325 return StridedLoads; in getFalkorUnrollingPreferences()3328 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local3329 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()3333 if (StridedLoads) { in getFalkorUnrollingPreferences()3334 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()