Home
last modified time | relevance | path

Searched refs:mark_sym_for_renaming (Results 1 – 21 of 21) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-dfa.c203 mark_sym_for_renaming (t); in make_rename_temp()
666 mark_sym_for_renaming (op); in mark_symbols_for_renaming()
683 mark_sym_for_renaming (t); in find_new_referenced_vars_1()
H A Dtree-vectorizer.c229 mark_sym_for_renaming (gimple_vop (cfun)); in vectorize_loops()
H A Dtree-ssa-operands.c464 mark_sym_for_renaming (gimple_vdef (stmt)); in finalize_ssa_defs()
535 mark_sym_for_renaming (gimple_vop (cfun)); in finalize_ssa_uses()
H A Dtree-call-cdce.c899 mark_sym_for_renaming (gimple_vop (cfun)); in tree_call_cdce()
H A Dtree-flow.h582 void mark_sym_for_renaming (tree);
H A Dtree-ssa.c1896 mark_sym_for_renaming (var); in maybe_optimize_var()
1914 mark_sym_for_renaming (var); in maybe_optimize_var()
H A Dsese.c607 mark_sym_for_renaming (gimple_vop (cfun)); in graphite_copy_stmts_from_block()
H A Dtree-tailcall.c911 mark_sym_for_renaming (var); in add_virtual_phis()
H A Dtree-into-ssa.c2995 mark_sym_for_renaming (tree sym) in mark_sym_for_renaming() function
3013 mark_sym_for_renaming (referenced_var (i)); in mark_set_for_renaming()
H A Dtree-predcom.c1459 mark_sym_for_renaming (var); in mark_virtual_ops_for_renaming()
1465 mark_sym_for_renaming (gimple_vop (cfun)); in mark_virtual_ops_for_renaming()
H A Dtree-ssa-dce.c1024 mark_sym_for_renaming (name_var); in mark_virtual_operand_for_renaming()
H A Dtree-loop-distribution.c1146 mark_sym_for_renaming (gimple_vop (cfun)); in ldist_gen()
H A Dtree-if-conv.c1721 mark_sym_for_renaming (gimple_vop (cfun)); in tree_if_conversion()
H A Dtree-ssa-tail-merge.c1624 mark_sym_for_renaming (gimple_vop (cfun)); in tail_merge_optimize()
H A Dmatrix-reorg.c1821 mark_sym_for_renaming (SSA_NAME_VAR (def)); in transform_access_sites()
H A Dtree-vect-slp.c3089 mark_sym_for_renaming (gimple_vop (cfun)); in vect_slp_transform_bb()
H A Dipa-prop.c2340 mark_sym_for_renaming (new_parm); in ipa_modify_formal_parameters()
H A Dtree-eh.c3266 mark_sym_for_renaming (vdef); in sink_clobbers()
H A Dtree-sra.c1934 mark_sym_for_renaming (repl); in create_access_replacement()
H A Dtree-inline.c1874 mark_sym_for_renaming (SSA_NAME_VAR (PHI_RESULT (phi))); in update_ssa_across_abnormal_edges()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtree-ssa.texi634 @code{mark_sym_for_renaming}.