Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Difcvt.cc489 rtx_insn *else_first_tail = NULL; /* First match at the tail of ELSE */ in cond_exec_process_if_block() local
541 &then_first_tail, &else_first_tail, in cond_exec_process_if_block()
545 if (else_first_tail == BB_HEAD (else_bb)) in cond_exec_process_if_block()
553 else_end = find_active_insn_before (else_bb, else_first_tail); in cond_exec_process_if_block()
DChangeLog-201427251 "rtx else_first_tail", to reflect the basic-block.h changes above.