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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 67 (CAND_ADD) S1: X = B + (i * S)
76 (CAND_ADD) S0: Y = B + (i' * S)
96 i = 0 and S = 1, or as a CAND_ADD with i = 0 or S = 0.
191 CAND_ADD having a stride of 1, the derived base name of the argument is
224 CAND_ADD,
774 Only CAND_ADD and CAND_MULT candidates are returned. */
838 while (arg_cand->kind != CAND_ADD && arg_cand->kind != CAND_PHI)
925 if (base_cand->kind == CAND_ADD
933 else if (base_cand->kind == CAND_ADD
967 When T2 is recorded by a CAND_ADD in the form of (T2' + C5), i
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 67 (CAND_ADD) S1: X = B + (i * S)
76 (CAND_ADD) S0: Y = B + (i' * S)
96 i = 0 and S = 1, or as a CAND_ADD with i = 0 or S = 0.
191 CAND_ADD having a stride of 1, the derived base name of the argument is
224 CAND_ADD,
774 Only CAND_ADD and CAND_MULT candidates are returned. */
838 while (arg_cand->kind != CAND_ADD && arg_cand->kind != CAND_PHI)
925 if (base_cand->kind == CAND_ADD
933 else if (base_cand->kind == CAND_ADD
967 When T2 is recorded by a CAND_ADD in the form of (T2' + C5), i
    [all...]

Completed in 26 milliseconds