Searched defs:single_use_p (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfwprop.cc189 const bool single_use_p; member in class:__anon927::fwprop_propagation
H A Dtree-ssa-forwprop.cc229 get_prop_source_stmt (tree name, bool single_use_only, bool *single_use_p) argument
666 forward_propagate_addr_expr_1(tree name, tree def_rhs, gimple_stmt_iterator *use_stmt_gsi, bool single_use_p) argument
983 bool single_use_p = parent_single_use_p && has_single_use (name); local
[all...]
H A Dtree-parloops.cc1820 bool single_use_p = single_imm_use (res, &use_p, &stmt); local
3359 bool single_use_p = single_imm_use (res, &use_p, &inner_stmt); local
H A Dtree-vect-patterns.cc1893 bool single_use_p = false; local
/netbsd-current/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) argument
664 forward_propagate_addr_expr_1(tree name, tree def_rhs, gimple_stmt_iterator *use_stmt_gsi, bool single_use_p) argument
981 bool single_use_p = parent_single_use_p && has_single_use (name); local
[all...]
H A Dtree-parloops.c1820 bool single_use_p = single_imm_use (res, &use_p, &stmt); local
3356 bool single_use_p = single_imm_use (res, &use_p, &inner_stmt); local
H A Dtree-vect-patterns.c1569 bool single_use_p = false; local

Completed in 397 milliseconds