Searched refs:cfg_layout_function_footer (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dcfgrtl.c96 static GTY(()) rtx_insn *cfg_layout_function_footer;
3547 cfg_layout_function_footer = next_insn;
3548 if (cfg_layout_function_footer)
3549 cfg_layout_function_footer = unlink_insn_chain (cfg_layout_function_footer, get_last_insn ());
3767 SET_NEXT_INSN (insn) = cfg_layout_function_footer;
3768 if (cfg_layout_function_footer)
3769 SET_PREV_INSN (cfg_layout_function_footer) = insn;
4556 to = &cfg_layout_function_footer;
95 static GTY(()) rtx_insn *cfg_layout_function_footer; variable

Completed in 51 milliseconds