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

  /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)
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 32 milliseconds