Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlra-lives.cc658 bitmap reg_live_out; in process_bb_lives() local
666 reg_live_out = df_get_live_out (bb); in process_bb_lives()
670 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_lives()
672 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_lives()
Dira-lives.cc1228 bitmap reg_live_out; in process_bb_node_lives() local
1241 reg_live_out = df_get_live_out (bb); in process_bb_node_lives()
1243 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_node_lives()
1266 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_node_lives()