Searched defs:single_use_p (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-forwprop.c | 228 get_prop_source_stmt (tree name, bool single_use_only, bool *single_use_p) in get_prop_source_stmt() 666 bool single_use_p) in forward_propagate_addr_expr_1() 981 bool single_use_p = parent_single_use_p && has_single_use (name); in forward_propagate_addr_expr() local
|
H A D | tree-parloops.c | 1820 bool single_use_p = single_imm_use (res, &use_p, &stmt); in create_call_for_reduction_1() local 3356 bool single_use_p = single_imm_use (res, &use_p, &inner_stmt); in gather_scalar_reductions() local
|
H A D | tree-vect-patterns.c | 1569 bool single_use_p = false; in vect_recog_over_widening_pattern() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-forwprop.cc | 229 get_prop_source_stmt (tree name, bool single_use_only, bool *single_use_p) in get_prop_source_stmt() 668 bool single_use_p) in forward_propagate_addr_expr_1() 983 bool single_use_p = parent_single_use_p && has_single_use (name); in forward_propagate_addr_expr() local
|
H A D | fwprop.cc | 190 const bool single_use_p; member in __anon10cd8d3c0111::fwprop_propagation
|
H A D | tree-parloops.cc | 1820 bool single_use_p = single_imm_use (res, &use_p, &stmt); in create_call_for_reduction_1() local 3359 bool single_use_p = single_imm_use (res, &use_p, &inner_stmt); in gather_scalar_reductions() local
|
H A D | tree-vect-patterns.cc | 388 bool *single_use_p = NULL) in vect_look_through_possible_promotion() 1893 bool single_use_p = false; in vect_recog_over_widening_pattern() local
|