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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 8171 auto_vec<tree> dr_chain (group_size);
8284 stores in the group in DR_CHAIN and OPRNDS. DR_CHAIN is then
8287 If the store is not grouped, DR_GROUP_SIZE is 1, and DR_CHAIN
8301 dr_chain.quick_push (gvec_oprnds[i][0]);
8348 DR_CHAIN is then used as an input to vect_permute_store_chain().
8349 If the store is not grouped, DR_GROUP_SIZE is 1, and DR_CHAIN and
8354 dr_chain[i] = gvec_oprnds[i][j];
8384 vec_oprnd = dr_chain[i];
8433 vect_permute_store_chain (vinfo, dr_chain, group_size, stmt_info
8758 vec<tree> dr_chain = vNULL; local
9200 auto_vec<tree> dr_chain; local
    [all...]

Completed in 19 milliseconds