Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcfglayout.h26 extern GTY(()) rtx cfg_layout_function_header;
H A Dcfglayout.c47 rtx cfg_layout_function_header; variable
200 cfg_layout_function_header = in record_effective_endpoints()
203 cfg_layout_function_header = NULL_RTX; in record_effective_endpoints()
713 if (cfg_layout_function_header) in fixup_reorder_chain()
715 set_first_insn (cfg_layout_function_header); in fixup_reorder_chain()
716 insn = cfg_layout_function_header; in fixup_reorder_chain()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcfgrtl.c68 static GTY(()) rtx_insn *cfg_layout_function_header;
3506 cfg_layout_function_header = in record_effective_endpoints()
3509 cfg_layout_function_header = NULL; in record_effective_endpoints()
3702 if (cfg_layout_function_header) in fixup_reorder_chain()
3704 set_first_insn (cfg_layout_function_header); in fixup_reorder_chain()
3705 insn = cfg_layout_function_header; in fixup_reorder_chain()