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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 832 auto_vec<stmt_info_for_cost> scalar_cost_vec; member in class:_loop_vec_info
1030 #define LOOP_VINFO_SCALAR_ITERATION_COST(L) (L)->scalar_cost_vec
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 775 auto_vec<stmt_info_for_cost> scalar_cost_vec; member in class:_loop_vec_info
912 #define LOOP_VINFO_SCALAR_ITERATION_COST(L) (L)->scalar_cost_vec

Completed in 30 milliseconds