Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-forwprop.c228 get_prop_source_stmt (tree name, bool single_use_only, bool *single_use_p) in get_prop_source_stmt() function
428 gimple *def_stmt = get_prop_source_stmt (op0, false, &single_use0_p); in forward_propagate_into_comparison_1()
454 gimple *def_stmt = get_prop_source_stmt (op1, false, &single_use1_p); in forward_propagate_into_comparison_1()
598 gimple *def_stmt = get_prop_source_stmt (name, true, NULL); in forward_propagate_into_cond()
2037 def_stmt = get_prop_source_stmt (op0, false, NULL); in simplify_bitfield_ref()
2144 def_stmt = get_prop_source_stmt (op0, false, &single_use_op0); in simplify_permutation()
2193 gimple *def_stmt2 = get_prop_source_stmt (op1, true, NULL); in simplify_permutation()
2237 gimple *def_stmt = get_prop_source_stmt (val, false, NULL); in get_bit_field_ref_def()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-forwprop.cc229 get_prop_source_stmt (tree name, bool single_use_only, bool *single_use_p) in get_prop_source_stmt() function
430 gimple *def_stmt = get_prop_source_stmt (op0, false, &single_use0_p); in forward_propagate_into_comparison_1()
456 gimple *def_stmt = get_prop_source_stmt (op1, false, &single_use1_p); in forward_propagate_into_comparison_1()
600 gimple *def_stmt = get_prop_source_stmt (name, true, NULL); in forward_propagate_into_cond()
2446 def_stmt = get_prop_source_stmt (op0, false, NULL); in simplify_bitfield_ref()
2553 def_stmt = get_prop_source_stmt (op0, false, &single_use_op0); in simplify_permutation()
2616 gimple *def_stmt2 = get_prop_source_stmt (op1, true, NULL); in simplify_permutation()
2755 gimple *def_stmt = get_prop_source_stmt (val, false, NULL); in get_bit_field_ref_def()
H A DChangeLog.tuples1156 (get_prop_source_stmt): Wrap call to gimple_assign_lhs with a
1322 * tree-ssa-forwprop.c (get_prop_source_stmt): Likewise.
1688 (get_prop_source_stmt): Same.
2675 * tree-ssa-forwprop.c (get_prop_dest_stmtm get_prop_source_stmt,
2691 * tree-ssa-forwprop.c (get_prop_dest_stmtm get_prop_source_stmt,
H A DChangeLog-200810431 * tree-ssa-forwprop.c (get_prop_source_stmt, can_propagate_from)
19830 * tree-ssa-forwprop.c (get_prop_source_stmt, can_propagate_from)
24678 (get_prop_source_stmt): Look through pointer conversions.
H A DChangeLog-201210621 * tree-ssa-forwprop.c (get_prop_source_stmt): Simplify.
11051 get_prop_source_stmt.
H A DChangeLog-200927501 (get_prop_source_stmt): Likewise.
H A DChangeLog-200722088 (get_prop_source_stmt): New helper.