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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 771 the loop should not be vectorized, if constant non-zero, simd_if_cond
775 tree simd_if_cond; member in class:_loop_vec_info
1032 #define LOOP_VINFO_SIMD_IF_COND(L) (L)->simd_if_cond
tree-vect-loop.cc 1049 simd_if_cond (NULL_TREE),
1121 simd_if_cond = arg;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 718 the loop should not be vectorized, if constant non-zero, simd_if_cond
722 tree simd_if_cond; member in class:_loop_vec_info
914 #define LOOP_VINFO_SIMD_IF_COND(L) (L)->simd_if_cond
tree-vect-loop.cc 839 simd_if_cond (NULL_TREE),
904 simd_if_cond = arg;

Completed in 37 milliseconds