Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-lives.cc1074 rtx cheap_reg = NULL_RTX; in find_call_crossed_cheap_reg() local
1106 cheap_reg = src; in find_call_crossed_cheap_reg()
1116 cheap_reg = dest; in find_call_crossed_cheap_reg()
1126 return cheap_reg; in find_call_crossed_cheap_reg()
1361 rtx cheap_reg = find_call_crossed_cheap_reg (insn); in process_bb_node_lives() local
1362 if (cheap_reg != NULL_RTX) in process_bb_node_lives()
1363 add_reg_note (insn, REG_RETURNED, cheap_reg); in process_bb_node_lives()
1411 if (cheap_reg != NULL_RTX in process_bb_node_lives()
1412 && ALLOCNO_REGNO (a) == (int) REGNO (cheap_reg)) in process_bb_node_lives()