Searched refs:slots_per_prefetch (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-prefetch.c1054 unsigned slots_per_prefetch; local
1065 slots_per_prefetch = (ahead + unroll_factor / 2) / unroll_factor;
1068 slots_per_prefetch);
1093 prefetch_slots = n_prefetches * slots_per_prefetch;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-prefetch.cc1056 unsigned slots_per_prefetch;
1067 slots_per_prefetch = (ahead + unroll_factor / 2) / unroll_factor;
1070 slots_per_prefetch);
1095 prefetch_slots = n_prefetches * slots_per_prefetch;

Completed in 230 milliseconds