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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 1032 #define LOOP_VINFO_SIMD_IF_COND(L) (L)->simd_if_cond
1052 (LOOP_VINFO_SIMD_IF_COND (L))
tree-vect-loop.cc 2756 if (LOOP_VINFO_SIMD_IF_COND (loop_vinfo)
2757 && integer_zerop (LOOP_VINFO_SIMD_IF_COND (loop_vinfo)))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 914 #define LOOP_VINFO_SIMD_IF_COND(L) (L)->simd_if_cond
934 (LOOP_VINFO_SIMD_IF_COND (L))
tree-vect-loop.cc 2250 if (LOOP_VINFO_SIMD_IF_COND (loop_vinfo)
2251 && integer_zerop (LOOP_VINFO_SIMD_IF_COND (loop_vinfo)))

Completed in 31 milliseconds