Searched refs:last_cmp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcompare-elim.c347 struct comparison *last_cmp = NULL;
361 last_cmp = (struct comparison *) single_pred (bb)->aux;
362 if (last_cmp)
363 last_cmp_valid = last_cmp->inputs_valid;
383 if (last_cmp_valid && can_eliminate_compare (src, eh_note, last_cmp))
391 last_cmp = XCNEW (struct comparison);
392 last_cmp->insn = insn;
393 last_cmp->prev_clobber = last_clobber;
394 last_cmp->in_a = strip_not (XEXP (src, 0));
395 last_cmp
346 struct comparison *last_cmp = NULL; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcompare-elim.cc345 struct comparison *last_cmp = NULL;
359 last_cmp = (struct comparison *) single_pred (bb)->aux;
360 if (last_cmp)
361 last_cmp_valid = last_cmp->inputs_valid;
381 if (last_cmp_valid && can_eliminate_compare (src, eh_note, last_cmp))
389 last_cmp = XCNEW (struct comparison);
390 last_cmp->insn = insn;
391 last_cmp->prev_clobber = last_clobber;
392 last_cmp->in_a = strip_not (XEXP (src, 0));
393 last_cmp
344 struct comparison *last_cmp = NULL; local
[all...]

Completed in 131 milliseconds