Searched refs:new_dataref_ptr (Results 1 – 2 of 2) sorted by relevance
3757 tree new_dataref_ptr; in bump_vector_ptr() local3764 new_dataref_ptr = make_ssa_name (ptr_var, incr_stmt); in bump_vector_ptr()3765 gimple_assign_set_lhs (incr_stmt, new_dataref_ptr); in bump_vector_ptr()3771 duplicate_ssa_name_ptr_info (new_dataref_ptr, DR_PTR_INFO (dr)); in bump_vector_ptr()3772 SSA_NAME_PTR_INFO (new_dataref_ptr)->align = 1; in bump_vector_ptr()3773 SSA_NAME_PTR_INFO (new_dataref_ptr)->misalign = 0; in bump_vector_ptr()3777 return new_dataref_ptr; in bump_vector_ptr()3785 SET_USE (use_p, new_dataref_ptr); in bump_vector_ptr()3790 return new_dataref_ptr; in bump_vector_ptr()
5023 tree new_dataref_ptr; in bump_vector_ptr() local5029 new_dataref_ptr = copy_ssa_name (dataref_ptr); in bump_vector_ptr()5031 new_dataref_ptr = make_ssa_name (TREE_TYPE (dataref_ptr)); in bump_vector_ptr()5032 incr_stmt = gimple_build_assign (new_dataref_ptr, POINTER_PLUS_EXPR, in bump_vector_ptr()5039 duplicate_ssa_name_ptr_info (new_dataref_ptr, DR_PTR_INFO (dr)); in bump_vector_ptr()5040 mark_ptr_info_alignment_unknown (SSA_NAME_PTR_INFO (new_dataref_ptr)); in bump_vector_ptr()5044 return new_dataref_ptr; in bump_vector_ptr()5052 SET_USE (use_p, new_dataref_ptr); in bump_vector_ptr()5057 return new_dataref_ptr; in bump_vector_ptr()