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

/freebsd-9.3-release/contrib/binutils/ld/
H A Dldcref.c214 char *old_ent, *old_ref; local
240 old_ref = (char *) old_ent + entsize;
259 memcpy (old_ref, r, sizeof (struct cref_hash_entry));
260 old_ref = (char *) old_ref + sizeof (struct cref_hash_entry);
269 char *old_ent, *old_ref; local
281 old_ref = (char *) old_ent + entsize;
301 memcpy (r, old_ref, sizeof (struct cref_hash_entry));
302 old_ref = (char *) old_ref
[all...]
/freebsd-9.3-release/contrib/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 137 milliseconds