Lines Matching defs:m_current
84 value_type m_current;
98 /* True if we should skip the subrtxes of M_CURRENT. */
101 /* True if M_CURRENT has been replaced with a different rtx. */
132 m_current (x),
147 return m_current;
173 /* Add the subrtxes of M_CURRENT. */
174 rtx_type x = T::get_rtx (m_current);
185 /* Set M_CURRENT to the first subrtx and queue the rest. */
192 m_current = T::get_value (src[0].rt_rtx);
203 m_current = m_base[--m_end];
214 m_current = m_base[--m_end];
233 m_current = x;