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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 3075 MODE and SPEED. FIRST_DEP is the first dependent of the root of
3084 analyze_increments (slsr_cand_t first_dep, machine_mode mode, bool speed)
3106 && !POINTER_TYPE_P (first_dep->cand_type)))
3126 && TREE_CODE (first_dep->stride) != INTEGER_CST
3127 && !legal_cast_p_1 (first_dep->stride_type,
3129 (first_dep->cand_stmt))))
3136 && TREE_CODE (first_dep->stride) != INTEGER_CST
3137 && POINTER_TYPE_P (first_dep->stride_type))
3148 else if (first_dep->kind == CAND_MULT)
3153 if (tree_fits_shwi_p (first_dep->stride)
3913 slsr_cand_t first_dep; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 3075 MODE and SPEED. FIRST_DEP is the first dependent of the root of
3084 analyze_increments (slsr_cand_t first_dep, machine_mode mode, bool speed)
3106 && !POINTER_TYPE_P (first_dep->cand_type)))
3126 && TREE_CODE (first_dep->stride) != INTEGER_CST
3127 && !legal_cast_p_1 (first_dep->stride_type,
3129 (first_dep->cand_stmt))))
3136 && TREE_CODE (first_dep->stride) != INTEGER_CST
3137 && POINTER_TYPE_P (first_dep->stride_type))
3148 else if (first_dep->kind == CAND_MULT)
3153 if (tree_fits_shwi_p (first_dep->stride)
3913 slsr_cand_t first_dep; local
    [all...]

Completed in 18 milliseconds