Searched refs:live_through (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ira-emit.c | 1063 bitmap live_through, int freq) in add_range_and_copies_from_move_list() argument 1077 EXECUTE_IF_SET_IN_BITMAP (live_through, FIRST_PSEUDO_REGISTER, regno, bi) in add_range_and_copies_from_move_list() 1079 REG_SET_TO_HARD_REG_SET (hard_regs_live, live_through); in add_range_and_copies_from_move_list() 1090 bitmap_clear_bit (live_through, ALLOCNO_REGNO (from)); in add_range_and_copies_from_move_list() 1091 bitmap_clear_bit (live_through, ALLOCNO_REGNO (to)); in add_range_and_copies_from_move_list() 1170 EXECUTE_IF_SET_IN_BITMAP (live_through, FIRST_PSEUDO_REGISTER, regno, bi) in add_range_and_copies_from_move_list() 1203 bitmap live_through; in add_ranges_and_copies() local 1205 live_through = ira_allocate_bitmap (); in add_ranges_and_copies() 1212 bitmap_copy (live_through, DF_LR_IN (bb)); in add_ranges_and_copies() 1214 (at_bb_start[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | ira-emit.c | 1076 bitmap live_through, int freq) in add_range_and_copies_from_move_list() argument 1090 EXECUTE_IF_SET_IN_BITMAP (live_through, FIRST_PSEUDO_REGISTER, regno, bi) in add_range_and_copies_from_move_list() 1092 REG_SET_TO_HARD_REG_SET (hard_regs_live, live_through); in add_range_and_copies_from_move_list() 1103 bitmap_clear_bit (live_through, ALLOCNO_REGNO (from)); in add_range_and_copies_from_move_list() 1104 bitmap_clear_bit (live_through, ALLOCNO_REGNO (to)); in add_range_and_copies_from_move_list() 1183 EXECUTE_IF_SET_IN_BITMAP (live_through, FIRST_PSEUDO_REGISTER, regno, bi) in add_range_and_copies_from_move_list() 1216 bitmap live_through; in add_ranges_and_copies() local 1218 live_through = ira_allocate_bitmap (); in add_ranges_and_copies() 1225 bitmap_copy (live_through, df_get_live_in (bb)); in add_ranges_and_copies() 1227 (at_bb_start[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies() [all …]
|