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

  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.cc 73 struct ipa_vr_ggc_hash_traits : public ggc_cache_remove <ipa_vr *>
75 typedef ipa_vr *value_type;
78 hash (const ipa_vr *p)
90 equal (const ipa_vr *a, const vrange *b)
96 mark_empty (ipa_vr *&p)
101 is_empty (const ipa_vr *p)
106 is_deleted (const ipa_vr *p)
108 return p == reinterpret_cast<const ipa_vr *> (1);
111 mark_deleted (ipa_vr *&p)
113 p = reinterpret_cast<ipa_vr *> (1)
140 ipa_vr::ipa_vr () function in class:ipa_vr
146 ipa_vr::ipa_vr (const vrange &r) function in class:ipa_vr
    [all...]

Completed in 19 milliseconds