HomeSort by: relevance | last modified time | path
    Searched defs:last_cmp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
compare-elim.cc 346 struct comparison *last_cmp = NULL;
360 last_cmp = (struct comparison *) single_pred (bb)->aux;
361 if (last_cmp)
362 last_cmp_valid = last_cmp->inputs_valid;
382 if (last_cmp_valid && can_eliminate_compare (src, eh_note, last_cmp))
390 last_cmp = XCNEW (struct comparison);
391 last_cmp->insn = insn;
392 last_cmp->prev_clobber = last_clobber;
393 last_cmp->in_a = strip_not (XEXP (src, 0));
394 last_cmp->in_b = XEXP (src, 1)
345 struct comparison *last_cmp = NULL; local
    [all...]
compare-elim.cc 346 struct comparison *last_cmp = NULL;
360 last_cmp = (struct comparison *) single_pred (bb)->aux;
361 if (last_cmp)
362 last_cmp_valid = last_cmp->inputs_valid;
382 if (last_cmp_valid && can_eliminate_compare (src, eh_note, last_cmp))
390 last_cmp = XCNEW (struct comparison);
391 last_cmp->insn = insn;
392 last_cmp->prev_clobber = last_clobber;
393 last_cmp->in_a = strip_not (XEXP (src, 0));
394 last_cmp->in_b = XEXP (src, 1)
345 struct comparison *last_cmp = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
compare-elim.cc 345 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->in_b = XEXP (src, 1)
344 struct comparison *last_cmp = NULL; local
    [all...]
compare-elim.cc 345 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->in_b = XEXP (src, 1)
344 struct comparison *last_cmp = NULL; local
    [all...]

Completed in 104 milliseconds