Searched refs:chain_stmts (Results 1 – 1 of 1) sorted by relevance
1426 vec<gimple *> *chain_stmts) in vect_slp_linearize_chain() argument1444 if (chain_stmts) in vect_slp_linearize_chain()1445 chain_stmts->safe_push (stmt); in vect_slp_linearize_chain()5761 auto_vec<gimple *> chain_stmts; in vect_slp_check_for_constructors() local5771 code_stmt, alt_code_stmt, &chain_stmts); in vect_slp_check_for_constructors()5791 roots.create (chain_stmts.length ()); in vect_slp_check_for_constructors()5792 for (unsigned i = 0; i < chain_stmts.length (); ++i) in vect_slp_check_for_constructors()5793 roots.quick_push (bb_vinfo->lookup_stmt (chain_stmts[i])); in vect_slp_check_for_constructors()