Searched refs:valueize_val (Results 1 – 3 of 3) sorted by relevance
133 valueize_val (tree var) in valueize_val() function203 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()
18369 (valueize_val): New function.18373 (copy_prop_visit_cond_stmt): Use valueize_val.