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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 3283 bool skip_vector = (LOOP_VINFO_NITERS_KNOWN_P (loop_vinfo)
3305 if (skip_vector)
3461 if (skip_vector)
3503 the guard_bb, which is the case when skip_vector is true. */
3531 update_e = skip_vector ? e : loop_preheader_edge (epilog);
3554 skip_vector ? anchor : guard_bb,
3586 the guard_bb, which is the case when skip_vector is true. */
3604 if (! skip_vector
3650 /* If skip_vector we may skip the previous loop, we insert a phi-node to
3652 using the update_e edge or the skip_vector basic block using th
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 2793 bool skip_vector = (LOOP_VINFO_NITERS_KNOWN_P (loop_vinfo) local
2808 if (skip_vector)
2956 if (skip_vector)
3015 update_e = skip_vector ? e : loop_preheader_edge (epilog);
3026 skip_vector ? anchor : guard_bb,
3034 the guard_bb, which is the case when skip_vector is true. */
3071 /* If skip_vector we may skip the previous loop, we insert a phi-node to
3073 using the update_e edge or the skip_vector basic block using the
3075 if (skip_vector)

Completed in 30 milliseconds