Home
last modified time | relevance | path

Searched refs:valueize_val (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-copy.c133 valueize_val (tree var) in valueize_val() function
203 rhs = valueize_val (gimple_assign_rhs1 (stmt)); in copy_prop_visit_assignment()
233 tree op0 = valueize_val (gimple_cond_lhs (stmt)); in copy_prop_visit_cond_stmt()
234 tree op1 = valueize_val (gimple_cond_rhs (stmt)); in copy_prop_visit_cond_stmt()
382 arg_value = valueize_val (arg); in visit_phi()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-copy.cc133 valueize_val (tree var) in valueize_val() function
203 rhs = valueize_val (gimple_assign_rhs1 (stmt)); in copy_prop_visit_assignment()
233 tree op0 = valueize_val (gimple_cond_lhs (stmt)); in copy_prop_visit_cond_stmt()
234 tree op1 = valueize_val (gimple_cond_rhs (stmt)); in copy_prop_visit_cond_stmt()
382 arg_value = valueize_val (arg); in visit_phi()
H A DChangeLog-201018369 (valueize_val): New function.
18373 (copy_prop_visit_cond_stmt): Use valueize_val.