HomeSort by: relevance | last modified time | path
    Searched defs:bottom_p (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.h 198 bool bottom_p () const { return m_lattice_val == IPA_BITS_VARYING; } function in class:ipcp_bits_lattice
235 inline bool bottom_p () const;
ipa-cp.cc 305 else if (bottom_p ())
769 if (bottom_p ())
799 ipcp_vr_lattice::bottom_p () const function in class:ipcp_vr_lattice
829 if (bottom_p ())
910 if (bottom_p ())
933 if (other.bottom_p ())
936 if (bottom_p () || other.top_p ())
2408 if (dest_lattice->bottom_p ())
2472 if (!src_lats->bits_lattice.bottom_p ())
2511 if (dest_lat->bottom_p ())
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 309 bool bottom_p () const { return m_lattice_val == IPA_BITS_VARYING; } function in class:ipcp_bits_lattice
345 inline bool bottom_p () const;
550 else if (bottom_p ())
1014 if (bottom_p ())
1037 ipcp_vr_lattice::bottom_p () const function in class:ipcp_vr_lattice
1064 if (bottom_p ())
1145 if (bottom_p ())
1168 if (other.bottom_p ())
1171 if (bottom_p () || other.top_p ())
2369 if (dest_lattice->bottom_p ())
    [all...]

Completed in 63 milliseconds