Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-loop-prefetch.cc1056 unsigned slots_per_prefetch; in schedule_prefetches() local
1067 slots_per_prefetch = (ahead + unroll_factor / 2) / unroll_factor; in schedule_prefetches()
1070 slots_per_prefetch); in schedule_prefetches()
1095 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()