Home | History | Annotate | Download | only in gcc

Lines Matching defs:m_timestamp

711   vec <unsigned> m_timestamp;
718 m_timestamp.create (0);
719 m_timestamp.safe_grow_cleared (num_ssa_names);
725 m_timestamp.release ();
733 if (ssa >= m_timestamp.length ())
735 return m_timestamp[ssa];
765 if (v >= m_timestamp.length ())
766 m_timestamp.safe_grow_cleared (num_ssa_names + 20);
767 m_timestamp[v] = ++m_current_time;
776 if (v >= m_timestamp.length ())
777 m_timestamp.safe_grow_cleared (num_ssa_names + 20);
778 m_timestamp[v] = 0;