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

  /src/external/gpl3/gcc.old/dist/gcc/
ifcvt.cc 4237 rtx *then_slot = then_vals->get (dest);
4239 t = then_slot ? *then_slot : NULL_RTX;
4310 rtx *then_slot = then_vals.get (reg);
4313 gcc_checking_assert (then_slot);
4318 rtx then_val = *then_slot;
4234 rtx *then_slot = then_vals->get (dest); local
4307 rtx *then_slot = then_vals.get (reg); local
  /src/external/gpl3/gcc/dist/gcc/
ifcvt.cc 4426 rtx *then_slot = then_vals->get (dest);
4428 t = then_slot ? *then_slot : NULL_RTX;
4502 rtx *then_slot = then_vals.get (reg);
4505 gcc_checking_assert (then_slot);
4510 rtx then_val = *then_slot;
4423 rtx *then_slot = then_vals->get (dest); local
4499 rtx *then_slot = then_vals.get (reg); local

Completed in 53 milliseconds