Searched refs:REG_FREQ_FROM_BB (Results 1 – 5 of 5) sorted by relevance
93 #define REG_FREQ_FROM_BB(bb) (optimize_size \ macro
2925 REG_FREQ (i) += REG_FREQ_FROM_BB (pbi->bb); in mark_set_1()3647 REG_FREQ (regno) += REG_FREQ_FROM_BB (pbi->bb); in attempt_auto_inc()3812 REG_FREQ (regno_first) += REG_FREQ_FROM_BB (pbi->bb); in mark_used_reg()4263 REG_FREQ (regno) += REG_FREQ_FROM_BB (pbi->bb); in try_pre_increment_1()
3466 REG_FREQ (dregno) += REG_FREQ_FROM_BB (bb); in df_create_unused_note()3634 REG_FREQ (uregno) += REG_FREQ_FROM_BB (bb); in df_ri_bb_compute()
1259 frequency = REG_FREQ_FROM_BB (bb); in regclass()
15932 * flow.c (mark_set_1): Use REG_FREQ_FROM_BB.15939 * regs.h (REG_FREQ_FROM_BB): New.