Searched refs:else_first_tail (Results 1 – 2 of 2) sorted by relevance
489 rtx_insn *else_first_tail = NULL; /* First match at the tail of ELSE */ in cond_exec_process_if_block() local541 &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()
27251 "rtx else_first_tail", to reflect the basic-block.h changes above.