Searched refs:m_frame_rids (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc2666 m_frame_rids (other.m_frame_rids.length ())
2670 FOR_EACH_VEC_ELT (other.m_frame_rids, i, frame_rid)
2671 m_frame_rids.quick_push (*frame_rid);
2681 if (m_frame_rids.length () != other.m_frame_rids.length ())
2686 FOR_EACH_VEC_ELT (m_frame_rids, i, frame_rid)
2687 if (m_frame_rids[i] != other.m_frame_rids[i])
2732 FOR_EACH_VEC_ELT (m_frame_rids,
[all...]
H A Dregion-model.h1478 unsigned get_num_frames () const { return m_frame_rids.length (); }
1479 region_id get_frame_rid (unsigned i) const { return m_frame_rids[i]; }
1499 auto_vec<region_id> m_frame_rids; member in class:ana::stack_region

Completed in 72 milliseconds