Searched refs:cheap_reg (Results 1 – 1 of 1) sorted by relevance
1074 rtx cheap_reg = NULL_RTX; in find_call_crossed_cheap_reg() local1106 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() local1362 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()