Home
last modified time | relevance | path

Searched refs:end_tail (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dhaifa-sched.c2969 rtx end_tail = BB_END (end); in get_ebb_head_tail() local
3015 while (end_head != end_tail) in get_ebb_head_tail()
3016 if (NOTE_P (end_tail)) in get_ebb_head_tail()
3017 end_tail = PREV_INSN (end_tail); in get_ebb_head_tail()
3018 else if (DEBUG_INSN_P (end_tail)) in get_ebb_head_tail()
3022 for (note = PREV_INSN (end_tail); in get_ebb_head_tail()
3032 reorder_insns_nobb (note, note, end_tail); in get_ebb_head_tail()
3034 if (end_tail == BB_END (end)) in get_ebb_head_tail()
3049 *tailp = end_tail; in get_ebb_head_tail()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhaifa-sched.c4918 rtx_insn * end_tail = BB_END (end); in get_ebb_head_tail() local
4964 while (end_head != end_tail) in get_ebb_head_tail()
4965 if (NOTE_P (end_tail)) in get_ebb_head_tail()
4966 end_tail = PREV_INSN (end_tail); in get_ebb_head_tail()
4967 else if (DEBUG_INSN_P (end_tail)) in get_ebb_head_tail()
4971 for (note = PREV_INSN (end_tail); in get_ebb_head_tail()
4981 reorder_insns_nobb (note, note, end_tail); in get_ebb_head_tail()
4983 if (end_tail == BB_END (end)) in get_ebb_head_tail()
4998 *tailp = end_tail; in get_ebb_head_tail()