Home
last modified time | relevance | path

Searched refs:new_ssa_base (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDipa-param-manipulation.h76 tree new_ssa_base; member
HDipa-param-manipulation.c744 if (adj->new_ssa_base) in ipa_dump_param_adjustments()
747 print_generic_expr (file, adj->new_ssa_base); in ipa_dump_param_adjustments()
HDomp-simd-clone.c954 if (adjustments[j].new_ssa_base == NULL_TREE) in ipa_simd_modify_function_body()
960 adjustments[j].new_ssa_base = base_var; in ipa_simd_modify_function_body()
963 base_var = adjustments[j].new_ssa_base; in ipa_simd_modify_function_body()
HDtree-sra.c4881 if (!adj->new_ssa_base) in get_replaced_param_substitute()
4890 adj->new_ssa_base = repl; in get_replaced_param_substitute()
4893 repl = adj->new_ssa_base; in get_replaced_param_substitute()
/dragonfly/contrib/gcc-4.7/gcc/
HDipa-prop.h397 tree new_ssa_base; member
HDtree-sra.c4265 if (!adj->new_ssa_base) in get_replaced_param_substitute()
4274 adj->new_ssa_base = repl; in get_replaced_param_substitute()
4277 repl = adj->new_ssa_base; in get_replaced_param_substitute()
HDipa-prop.c2744 if (adj->new_ssa_base) in ipa_dump_param_adjustments()
2747 print_generic_expr (file, adj->new_ssa_base, 0); in ipa_dump_param_adjustments()