Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dira-lives.c972 rtx cheap_reg = NULL_RTX; in find_call_crossed_cheap_reg() local
1004 cheap_reg = src; in find_call_crossed_cheap_reg()
1014 cheap_reg = dest; in find_call_crossed_cheap_reg()
1024 return cheap_reg; in find_call_crossed_cheap_reg()
1191 rtx cheap_reg = find_call_crossed_cheap_reg (insn); in process_bb_node_lives() local
1192 if (cheap_reg != NULL_RTX) in process_bb_node_lives()
1193 add_reg_note (insn, REG_RETURNED, cheap_reg); in process_bb_node_lives()
1242 if (cheap_reg != NULL_RTX in process_bb_node_lives()
1243 && ALLOCNO_REGNO (a) == (int) REGNO (cheap_reg)) in process_bb_node_lives()