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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c5571 copy_ref_info (tree new_ref, tree old_ref) argument
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));
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c4169 rtx new_ref;
4172 new_ref = gen_rtx_SYMBOL_REF (Pmode, name);
4173 CONSTANT_POOL_ADDRESS_P (new_ref)
4175 SYMBOL_REF_FLAGS (new_ref) = SYMBOL_REF_FLAGS (operands[1]);
4176 SYMBOL_REF_USED (new_ref) = SYMBOL_REF_USED (operands[1]);
4177 SYMBOL_REF_DATA (new_ref) = SYMBOL_REF_DATA (operands[1]);
4178 operands[1] = new_ref;
4159 rtx new_ref; local

Completed in 137 milliseconds