Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dcfglayout.c43 rtx cfg_layout_function_footer, cfg_layout_function_header; variable
220 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()
H A Dcfglayout.h26 extern rtx cfg_layout_function_footer;
H A Dcfgrtl.c2512 to = &cfg_layout_function_footer; in cfg_layout_delete_block()
H A DChangeLog-200320487 (cfg_layout_function_footer): ... this variable
20495 (cfg_layout_function_footer): Declare.