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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 63 following forms (the special case of CAND_REF will be described
115 There is another kind of candidate known as CAND_REF. A CAND_REF
147 C1 + (C2 * C3) + C4 in the index (i) field. A basis for a CAND_REF
148 is thus another CAND_REF with the same B and S values. When at
225 CAND_REF,
540 the candidate's phi definition or for a CAND_REF's alternative base
625 if (flag_expensive_optimizations && !basis && c->kind == CAND_REF)
674 For CAND_REF, an alternative base may also be recorded and used
714 if (flag_expensive_optimizations && kind == CAND_REF)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 63 following forms (the special case of CAND_REF will be described
115 There is another kind of candidate known as CAND_REF. A CAND_REF
147 C1 + (C2 * C3) + C4 in the index (i) field. A basis for a CAND_REF
148 is thus another CAND_REF with the same B and S values. When at
225 CAND_REF,
540 the candidate's phi definition or for a CAND_REF's alternative base
625 if (flag_expensive_optimizations && !basis && c->kind == CAND_REF)
674 For CAND_REF, an alternative base may also be recorded and used
714 if (flag_expensive_optimizations && kind == CAND_REF)
    [all...]

Completed in 24 milliseconds