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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 1279 SSA names BASE_IN and ADDEND_IN if SUBTRACT_P is false, and
1286 bool subtract_p, bool speed)
1310 if (subtract_p)
1335 index = subtract_p ? -1 : 1;
1344 else if (subtract_p)
1381 index = subtract_p ? -1 : 1;
1463 bool subtract_p = gimple_assign_rhs_code (gs) == MINUS_EXPR;
1473 c = create_add_ssa_cand (gs, rhs1, rhs2, subtract_p, speed);
1482 if (operand_equal_p (rhs1, rhs2, 0) || subtract_p)
1504 if (subtract_p)
1459 bool subtract_p = gimple_assign_rhs_code (gs) == MINUS_EXPR; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 1279 SSA names BASE_IN and ADDEND_IN if SUBTRACT_P is false, and
1286 bool subtract_p, bool speed)
1310 if (subtract_p)
1335 index = subtract_p ? -1 : 1;
1344 else if (subtract_p)
1381 index = subtract_p ? -1 : 1;
1463 bool subtract_p = gimple_assign_rhs_code (gs) == MINUS_EXPR;
1473 c = create_add_ssa_cand (gs, rhs1, rhs2, subtract_p, speed);
1482 if (operand_equal_p (rhs1, rhs2, 0) || subtract_p)
1504 if (subtract_p)
1459 bool subtract_p = gimple_assign_rhs_code (gs) == MINUS_EXPR; local
    [all...]

Completed in 27 milliseconds