Lines Matching defs:new_instance
3104 slp_instance new_instance = XNEW (class _slp_instance);
3105 SLP_INSTANCE_TREE (new_instance) = node;
3106 SLP_INSTANCE_UNROLLING_FACTOR (new_instance) = unrolling_factor;
3107 SLP_INSTANCE_LOADS (new_instance) = vNULL;
3108 SLP_INSTANCE_ROOT_STMTS (new_instance) = root_stmt_infos;
3109 SLP_INSTANCE_KIND (new_instance) = kind;
3110 new_instance->reduc_phis = NULL;
3111 new_instance->cost_vec = vNULL;
3112 new_instance->subgraph_entries = vNULL;
3143 SLP_INSTANCE_TREE (new_instance) = conv;
3172 = SLP_INSTANCE_TREE (new_instance);
3173 SLP_INSTANCE_TREE (new_instance)->refcnt++;
3177 vinfo->slp_instances.safe_push (new_instance);
3182 gcc_assert (SLP_TREE_SCALAR_STMTS (SLP_INSTANCE_TREE (new_instance))
3188 "Final SLP tree for instance %p:\n", new_instance);
3190 SLP_INSTANCE_TREE (new_instance));