Home
last modified time | relevance | path

Searched refs:m_relation_set (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-relation.cc806 m_relation_set = BITMAP_ALLOC (&m_bitmaps); in dom_oracle()
977 bitmap_set_bit (m_relation_set, v1); in set_one_relation()
978 bitmap_set_bit (m_relation_set, v2); in set_one_relation()
1107 if (!bitmap_intersect_p (m_relation_set, b1) in query_relation()
1108 || !bitmap_intersect_p (m_relation_set, b2)) in query_relation()
1170 if (!bitmap_bit_p (m_relation_set, v1) || !bitmap_bit_p (m_relation_set, v2)) in find_relation_dom()
H A Dvalue-relation.h192 bitmap m_relation_set; // Index by ssa-name. True if a relation exists variable