Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvr-values.h59 void extract_range_from_phi_node (gphi *, value_range_equiv *);
H A Dgimple-ssa-evrp-analyze.c268 vr_values->extract_range_from_phi_node (phi, &vr_result); in record_ranges_from_phis()
H A Dtree-vrp.c3472 void extract_range_from_phi_node (gphi *phi, value_range_equiv *vr) in extract_range_from_phi_node() function
3473 { vr_values.extract_range_from_phi_node (phi, vr); } in extract_range_from_phi_node()
4735 extract_range_from_phi_node (phi, &vr_result); in visit_phi()
H A Dvr-values.c2821 vr_values::extract_range_from_phi_node (gphi *phi, in extract_range_from_phi_node() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvr-values.h132 void extract_range_from_phi_node (gphi *, value_range_equiv *);
H A Dgimple-ssa-evrp-analyze.cc266 extract_range_from_phi_node (phi, &vr_result); in record_ranges_from_phis()
H A Dtree-vrp.cc3964 m_vr_values->extract_range_from_phi_node (phi, &vr_result); in visit_phi()
H A Dvr-values.cc2717 vr_values::extract_range_from_phi_node (gphi *phi, in extract_range_from_phi_node() function in vr_values
H A DChangeLog-20181434 * vr-values.c (vr_values::extract_range_from_phi_node):
2573 * vr-values.c (vr_values::extract_range_from_phi_node): Make
4721 (vr_values::extract_range_from_phi_node): Avoid assignment and
8045 (vr_values::extract_range_from_phi_node): Same.
H A DChangeLog-20195032 (vr_values::extract_range_from_phi_node): Same.
17404 (vr_values::extract_range_from_phi_node): Pass type to
19923 (vr_values::extract_range_from_phi_node): Likewise.
22882 (vr_values::extract_range_from_phi_node): Same.
H A DChangeLog-20174802 * vr-values.c (vr_values::extract_range_from_phi_node): Likewise.
7492 (extract_range_from_phi_node): Likewise.
31729 (extract_range_from_phi_node): Likewise.
H A DChangeLog-201614954 (extract_range_from_phi_node): Factored out from vrp_visit_phi_stmt.
14956 (vrp_visit_phi_node): Use extract_range_from_phi_node.