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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5562 vector (MAX_INDEX_VEC) filled with the last matching index, which we
5578 tree max_index_vec = make_ssa_name (index_vec_type); local
5581 gimple *max_index_vec_stmt = gimple_build_assign (max_index_vec,
5585 /* Next we compare the new vector (MAX_INDEX_VEC) full of max indexes
5599 max_index_vec);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 6368 vector (MAX_INDEX_VEC) filled with the last matching index, which we
6384 tree max_index_vec = make_ssa_name (index_vec_type); local
6387 gimple *max_index_vec_stmt = gimple_build_assign (max_index_vec,
6391 /* Next we compare the new vector (MAX_INDEX_VEC) full of max indexes
6405 max_index_vec);

Completed in 27 milliseconds