Searched refs:cfg_layout_function_footer (Results 1 – 4 of 4) sorted by relevance
43 rtx cfg_layout_function_footer, cfg_layout_function_header; variable220 cfg_layout_function_footer = next_insn; in record_effective_endpoints()221 if (cfg_layout_function_footer) in record_effective_endpoints()222 cfg_layout_function_footer = unlink_insn_chain (cfg_layout_function_footer, get_last_insn ()); in record_effective_endpoints()633 NEXT_INSN (insn) = cfg_layout_function_footer; in fixup_reorder_chain()634 if (cfg_layout_function_footer) in fixup_reorder_chain()635 PREV_INSN (cfg_layout_function_footer) = insn; in fixup_reorder_chain()
26 extern rtx cfg_layout_function_footer;
2512 to = &cfg_layout_function_footer; in cfg_layout_delete_block()
20487 (cfg_layout_function_footer): ... this variable20495 (cfg_layout_function_footer): Declare.