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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 881 signed char partial_load_store_bias; member in class:_loop_vec_info
988 #define LOOP_VINFO_PARTIAL_LOAD_STORE_BIAS(L) (L)->partial_load_store_bias
tree-vect-loop.cc 1064 partial_load_store_bias (0),
4902 signed char partial_load_store_bias local
4938 if (partial_load_store_bias != 0)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 812 signed char partial_load_store_bias; member in class:_loop_vec_info
879 #define LOOP_VINFO_PARTIAL_LOAD_STORE_BIAS(L) (L)->partial_load_store_bias
tree-vect-loop.cc 851 partial_load_store_bias (0),
4147 signed char partial_load_store_bias local
4183 if (partial_load_store_bias != 0)

Completed in 35 milliseconds