Home
last modified time | relevance | path

Searched refs:extract_range_from_phi_node (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dvr-values.h55 void extract_range_from_phi_node (gphi *, value_range *);
H A Dgimple-ssa-evrp-analyze.c252 vr_values->extract_range_from_phi_node (phi, &vr_result); in record_ranges_from_phis()
H A Dtree-vrp.c4858 void extract_range_from_phi_node (gphi *phi, value_range *vr) in extract_range_from_phi_node() function
4859 { 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()
H A Dvr-values.c2749 vr_values::extract_range_from_phi_node (gphi *phi, value_range *vr_result) in extract_range_from_phi_node() function