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

  /src/external/gpl3/gcc/dist/gcc/
cse.cc 240 is not against a constant. `comparison_qty' holds the quantity
242 is not with a register, `comparison_qty' is INT_MIN. */
249 int comparison_qty; member in struct:qty_table_elem
3460 && (REG_QTY (REGNO (folded_arg1)) == ent->comparison_qty))))
4075 ent->comparison_qty = REG_QTY (REGNO (op1));
4080 ent->comparison_qty = INT_MIN;
  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 240 is not against a constant. `comparison_qty' holds the quantity
242 is not with a register, `comparison_qty' is INT_MIN. */
249 int comparison_qty; member in struct:qty_table_elem
3461 && (REG_QTY (REGNO (folded_arg1)) == ent->comparison_qty))))
4085 ent->comparison_qty = REG_QTY (REGNO (op1));
4090 ent->comparison_qty = INT_MIN;

Completed in 28 milliseconds