Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreorg.c193 static rtx_code_label *function_simple_return_label; variable
397 plabel = &function_simple_return_label; in find_end_label()
3564 rtx real_simple_return_label = function_simple_return_label; in make_return_insns()
3614 else if (JUMP_LABEL (pat->insn (0)) == function_simple_return_label) in make_return_insns()
3766 function_return_label = function_simple_return_label = NULL; in dbr_schedule()
3791 if (function_simple_return_label in dbr_schedule()
3792 && --LABEL_NUSES (function_simple_return_label) == 0) in dbr_schedule()
3793 delete_related_insns (function_simple_return_label); in dbr_schedule()
3798 && function_simple_return_label != 0); in dbr_schedule()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreorg.cc168 static rtx_code_label *function_simple_return_label; variable
371 plabel = &function_simple_return_label; in find_end_label()
3481 rtx real_simple_return_label = function_simple_return_label; in make_return_insns()
3531 else if (JUMP_LABEL (pat->insn (0)) == function_simple_return_label) in make_return_insns()
3683 function_return_label = function_simple_return_label = NULL; in dbr_schedule()
3708 if (function_simple_return_label in dbr_schedule()
3709 && --LABEL_NUSES (function_simple_return_label) == 0) in dbr_schedule()
3710 delete_related_insns (function_simple_return_label); in dbr_schedule()
3715 && function_simple_return_label != 0); in dbr_schedule()
H A DChangeLog-201112788 * reorg.c (function_return_label, function_simple_return_label):
12798 function_simple_return_label. All callers changed.
H A DChangeLog-201422019 (function_simple_return_label): Likewise.