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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 411 static bool address_arithmetic_p;
2119 if (!address_arithmetic_p && wi::neg_p (increment))
2702 if (!address_arithmetic_p && wi::neg_p (increment))
3281 if ((incr == diff) || (!address_arithmetic_p && incr == -diff))
3574 if (!address_arithmetic_p && wi::neg_p (increment))
3714 if (address_arithmetic_p)
3960 address_arithmetic_p = (c->kind == CAND_ADD
410 static bool address_arithmetic_p; variable
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 411 static bool address_arithmetic_p;
2119 if (!address_arithmetic_p && wi::neg_p (increment))
2702 if (!address_arithmetic_p && wi::neg_p (increment))
3281 if ((incr == diff) || (!address_arithmetic_p && incr == -diff))
3574 if (!address_arithmetic_p && wi::neg_p (increment))
3714 if (address_arithmetic_p)
3960 address_arithmetic_p = (c->kind == CAND_ADD
410 static bool address_arithmetic_p; variable

Completed in 32 milliseconds