Searched refs:old_ref (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-ivopts.c5571 copy_ref_info (tree new_ref, tree old_ref) argument
5573 if (TREE_CODE (old_ref) == TARGET_MEM_REF)
5574 copy_mem_ref_info (new_ref, old_ref);
5577 TMR_ORIGINAL (new_ref) = unshare_and_remove_ssa_names (old_ref);
5578 TMR_TAG (new_ref) = get_ref_tag (old_ref, TMR_ORIGINAL (new_ref));

Completed in 199 milliseconds