Searched refs:m_next_phi (Results 1 – 2 of 2) sorted by relevance
792 phi_info *next_phi () const { return m_next_phi; } in next_phi()828 void set_next_phi (phi_info *next_phi) { m_next_phi = next_phi; } in set_next_phi()829 void clear_phi_links () { m_prev_phi = m_next_phi = nullptr; } in clear_phi_links()830 bool has_phi_links () { return m_prev_phi || m_next_phi; } in has_phi_links()841 phi_info *m_next_phi; variable
343 m_next_phi (nullptr)