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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 9978 int alignment_npeels = LOOP_VINFO_PEELING_FOR_ALIGNMENT (loop_vinfo); local
9979 if (alignment_npeels && LOOP_VINFO_USING_PARTIAL_VECTORS_P (loop_vinfo))
9982 iteration will have exactly alignment_npeels active elements.
9984 int min_first_active = (alignment_npeels > 0 ? alignment_npeels : 1);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 12209 int alignment_npeels = LOOP_VINFO_PEELING_FOR_ALIGNMENT (loop_vinfo); local
12210 if (alignment_npeels && LOOP_VINFO_USING_PARTIAL_VECTORS_P (loop_vinfo))
12213 iteration will have exactly alignment_npeels active elements.
12215 int min_first_active = (alignment_npeels > 0 ? alignment_npeels : 1);

Completed in 26 milliseconds