Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhaifa-sched.cc3931 int bb_freq = bb->count.to_frequency (cfun); in sched_pressure_start_bb() local
3933 if (bb_freq == 0) in sched_pressure_start_bb()
3936 entry_freq = bb_freq = 1; in sched_pressure_start_bb()
3938 if (bb_freq < entry_freq) in sched_pressure_start_bb()
3939 bb_freq = entry_freq; in sched_pressure_start_bb()
3947 -= (call_saved_regs_num[cl] * entry_freq) / bb_freq; in sched_pressure_start_bb()
H A DChangeLog-20176370 * tree-emutls.c (lower_emutls_data): Remove unused bb_freq.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhaifa-sched.c3929 int bb_freq = bb->count.to_frequency (cfun); in sched_pressure_start_bb() local
3931 if (bb_freq == 0) in sched_pressure_start_bb()
3934 entry_freq = bb_freq = 1; in sched_pressure_start_bb()
3936 if (bb_freq < entry_freq) in sched_pressure_start_bb()
3937 bb_freq = entry_freq; in sched_pressure_start_bb()
3945 -= (call_saved_regs_num[cl] * entry_freq) / bb_freq; in sched_pressure_start_bb()