Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dhaifa-sched.c1332 rtx end_tail = BB_END (end); in get_ebb_head_tail() local
1353 while (end_head != end_tail) in get_ebb_head_tail()
1354 if (NOTE_P (end_tail)) in get_ebb_head_tail()
1355 end_tail = PREV_INSN (end_tail); in get_ebb_head_tail()
1359 *tailp = end_tail; in get_ebb_head_tail()