Searched refs:extract_range_from_phi_node (Results 1 – 4 of 4) sorted by relevance
55 void extract_range_from_phi_node (gphi *, value_range *);
252 vr_values->extract_range_from_phi_node (phi, &vr_result); in record_ranges_from_phis()
4858 void extract_range_from_phi_node (gphi *phi, value_range *vr) in extract_range_from_phi_node() function4859 { vr_values.extract_range_from_phi_node (phi, vr); } in extract_range_from_phi_node()6456 extract_range_from_phi_node (phi, &vr_result); in visit_phi()
2749 vr_values::extract_range_from_phi_node (gphi *phi, value_range *vr_result) in extract_range_from_phi_node() function