Searched defs:taken_edge_p (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-copy.c | 228 copy_prop_visit_cond_stmt (gimple *stmt, edge *taken_edge_p) in copy_prop_visit_cond_stmt() 274 copy_prop::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *result_p) in visit_stmt()
|
H A D | vr-values.c | 2462 vr_values::vrp_visit_cond_stmt (gcond *stmt, edge *taken_edge_p) in vrp_visit_cond_stmt() 2632 vr_values::vrp_visit_switch_stmt (gswitch *stmt, edge *taken_edge_p) in vrp_visit_switch_stmt() 2724 vr_values::extract_range_from_stmt (gimple *stmt, edge *taken_edge_p, in extract_range_from_stmt()
|
H A D | tree-ssa-ccp.c | 2378 visit_cond_stmt (gimple *stmt, edge *taken_edge_p) in visit_cond_stmt() 2411 ccp_propagate::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *output_p) in visit_stmt()
|
H A D | tree-vrp.c | 4851 void extract_range_from_stmt (gimple *stmt, edge *taken_edge_p, in extract_range_from_stmt() 5571 vrp_prop::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *output_p) in visit_stmt()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-copy.c | 441 copy_prop_visit_cond_stmt (gimple stmt, edge *taken_edge_p) in copy_prop_visit_cond_stmt() 499 copy_prop_visit_stmt (gimple stmt, edge *taken_edge_p, tree *result_p) in copy_prop_visit_stmt()
|
H A D | tree-ssa-ccp.c | 2053 visit_cond_stmt (gimple stmt, edge *taken_edge_p) in visit_cond_stmt() 2086 ccp_visit_stmt (gimple stmt, edge *taken_edge_p, tree *output_p) in ccp_visit_stmt()
|
H A D | tree-vrp.c | 6083 vrp_visit_cond_stmt (gimple stmt, edge *taken_edge_p) in vrp_visit_cond_stmt() 6304 vrp_visit_switch_stmt (gimple stmt, edge *taken_edge_p) in vrp_visit_switch_stmt() 6390 vrp_visit_stmt (gimple stmt, edge *taken_edge_p, tree *output_p) in vrp_visit_stmt()
|