Lines Matching refs:new_instance
2139 slp_instance new_instance; in vect_analyze_slp_instance() local
2282 new_instance = XNEW (class _slp_instance); in vect_analyze_slp_instance()
2283 SLP_INSTANCE_TREE (new_instance) = node; in vect_analyze_slp_instance()
2284 SLP_INSTANCE_GROUP_SIZE (new_instance) = group_size; in vect_analyze_slp_instance()
2285 SLP_INSTANCE_UNROLLING_FACTOR (new_instance) = unrolling_factor; in vect_analyze_slp_instance()
2286 SLP_INSTANCE_LOADS (new_instance) = vNULL; in vect_analyze_slp_instance()
2287 SLP_INSTANCE_ROOT_STMT (new_instance) = constructor ? stmt_info : NULL; in vect_analyze_slp_instance()
2288 new_instance->reduc_phis = NULL; in vect_analyze_slp_instance()
2290 vect_gather_slp_loads (new_instance, node); in vect_analyze_slp_instance()
2299 FOR_EACH_VEC_ELT (SLP_INSTANCE_LOADS (new_instance), i, load_node) in vect_analyze_slp_instance()
2329 if (!vect_supported_load_permutation_p (new_instance)) in vect_analyze_slp_instance()
2335 vect_free_slp_instance (new_instance, false); in vect_analyze_slp_instance()
2347 FOR_EACH_VEC_ELT (SLP_INSTANCE_LOADS (new_instance), i, load_node) in vect_analyze_slp_instance()
2358 if (i == SLP_INSTANCE_LOADS (new_instance).length ()) in vect_analyze_slp_instance()
2364 vect_free_slp_instance (new_instance, false); in vect_analyze_slp_instance()
2391 SLP_INSTANCE_TREE (new_instance) = conv; in vect_analyze_slp_instance()
2399 vinfo->slp_instances.safe_push (new_instance); in vect_analyze_slp_instance()
2406 SLP_INSTANCE_TREE (new_instance)); in vect_analyze_slp_instance()