Lines Matching defs:first_store
511 gimple *first_store = NULL;
533 first_store = NULL;
550 first_store = NULL;
554 if (! first_store)
555 first_store = def;
558 else if (! operand_equal_p (gimple_assign_lhs (first_store),
560 || (gimple_clobber_p (first_store)
563 first_store = NULL;
568 if (! first_store)
573 if (!gimple_clobber_p (first_store))
577 if (! operand_equal_p (gimple_assign_rhs1 (first_store),
586 tree type = TREE_TYPE (gimple_assign_lhs (first_store));
594 first_store,
598 gimple_assign_lhs (first_store));
621 from = gimple_assign_rhs1 (first_store);
640 gimple_set_vdef (first_store, gimple_phi_result (phi));
641 SSA_NAME_DEF_STMT (gimple_vdef (first_store)) = first_store;
643 gimple_set_vuse (first_store, gimple_phi_result (phi));
644 gimple_assign_set_rhs1 (first_store, from);
647 gsi_insert_before (&gsi, first_store, GSI_SAME_STMT);