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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 9373 enum vect_induction_op_type induction_type)
9383 switch (induction_type)
9394 (induction_type == vect_step_op_shr
9465 /* Peel init_expr by skip_niter for induction_type. */
9469 enum vect_induction_op_type induction_type)
9474 switch (induction_type)
9492 if (induction_type == vect_step_op_shl
9501 init_expr = gimple_build (stmts, (induction_type == vect_step_op_shr
9536 enum vect_induction_op_type induction_type)
9541 if (induction_type == vect_step_op_mul
9659 enum vect_induction_op_type induction_type local
9968 enum vect_induction_op_type induction_type local
    [all...]
tree-vect-loop-manip.cc 2127 enum vect_induction_op_type induction_type
2141 && induction_type != vect_step_op_neg))
2153 if (induction_type == vect_step_op_mul)
2214 enum vect_induction_op_type induction_type;
2234 induction_type = STMT_VINFO_LOOP_PHI_EVOLUTION_TYPE (phi_info);
2235 if (induction_type != vect_step_op_add)
2368 enum vect_induction_op_type induction_type
2371 if (induction_type == vect_step_op_add)
2386 else if (induction_type == vect_step_op_neg)
2391 induction_type);
    [all...]

Completed in 69 milliseconds