Searched refs:prefetch_in_loop (Results 1 – 2 of 2) sorted by relevance
3619 int prefetch_in_loop; /* Number of prefetch insns in loop. */ member4057 info[i].prefetch_in_loop4063 info[i].prefetch_in_loop = 0, info[i].prefetch_before_loop = 0;4070 info[i].prefetch_in_loop = 1, info[i].prefetch_before_loop = 1;4073 if (info[i].prefetch_in_loop != 0)4075 info[i].prefetch_in_loop = ((info[i].stride + PREFETCH_BLOCK - 1)4077 num_real_prefetches += info[i].prefetch_in_loop;4079 num_real_write_prefetches += info[i].prefetch_in_loop;4105 info[i].prefetch_in_loop = 0;4121 if (info[i].prefetch_in_loop == 0[all …]
7155 (struct prefetch_info): Change prefetch_in_loop and