Searched refs:new_dataref_ptr (Results 1 – 2 of 2) sorted by relevance
5201 tree new_dataref_ptr; in bump_vector_ptr() local5207 new_dataref_ptr = copy_ssa_name (dataref_ptr); in bump_vector_ptr()5209 new_dataref_ptr = make_ssa_name (TREE_TYPE (dataref_ptr)); in bump_vector_ptr()5210 incr_stmt = gimple_build_assign (new_dataref_ptr, POINTER_PLUS_EXPR, in bump_vector_ptr()5226 duplicate_ssa_name_ptr_info (new_dataref_ptr, DR_PTR_INFO (dr)); in bump_vector_ptr()5227 mark_ptr_info_alignment_unknown (SSA_NAME_PTR_INFO (new_dataref_ptr)); in bump_vector_ptr()5231 return new_dataref_ptr; in bump_vector_ptr()5239 SET_USE (use_p, new_dataref_ptr); in bump_vector_ptr()5244 return new_dataref_ptr; in bump_vector_ptr()
4995 tree new_dataref_ptr; in bump_vector_ptr() local5001 new_dataref_ptr = copy_ssa_name (dataref_ptr); in bump_vector_ptr()5003 new_dataref_ptr = make_ssa_name (TREE_TYPE (dataref_ptr)); in bump_vector_ptr()5004 incr_stmt = gimple_build_assign (new_dataref_ptr, POINTER_PLUS_EXPR, in bump_vector_ptr()5011 duplicate_ssa_name_ptr_info (new_dataref_ptr, DR_PTR_INFO (dr)); in bump_vector_ptr()5012 mark_ptr_info_alignment_unknown (SSA_NAME_PTR_INFO (new_dataref_ptr)); in bump_vector_ptr()5016 return new_dataref_ptr; in bump_vector_ptr()5024 SET_USE (use_p, new_dataref_ptr); in bump_vector_ptr()5029 return new_dataref_ptr; in bump_vector_ptr()