Searched refs:last_cmp (Results 1 – 1 of 1) sorted by relevance
344 struct comparison *last_cmp = NULL; in before_dom_children() local358 last_cmp = (struct comparison *) single_pred (bb)->aux; in before_dom_children()359 if (last_cmp) in before_dom_children()360 last_cmp_valid = last_cmp->inputs_valid; in before_dom_children()380 if (last_cmp_valid && can_eliminate_compare (src, eh_note, last_cmp)) in before_dom_children()388 last_cmp = XCNEW (struct comparison); in before_dom_children()389 last_cmp->insn = insn; in before_dom_children()390 last_cmp->prev_clobber = last_clobber; in before_dom_children()391 last_cmp->in_a = strip_not (XEXP (src, 0)); in before_dom_children()392 last_cmp->in_b = XEXP (src, 1); in before_dom_children()[all …]