Searched refs:StridedLoads (Results 1 – 1 of 1) sorted by relevance
1664 int StridedLoads = 0; in getFalkorUnrollingPreferences() local1685 ++StridedLoads; in getFalkorUnrollingPreferences()1688 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()1689 return StridedLoads; in getFalkorUnrollingPreferences()1692 return StridedLoads; in getFalkorUnrollingPreferences()1695 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local1696 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()1700 if (StridedLoads) { in getFalkorUnrollingPreferences()1701 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()