Searched refs:m_liveVariables (Results 1 – 2 of 2) sorted by relevance
109 for (vector<Variable *>::iterator i = m_liveVariables.begin(); i != m_liveVariables.end(); i++) in ~VariableScope()118 m_liveVariables.push_back(variable); in allocate()136 …vector<Variable *>::iterator pos = std::find(m_liveVariables.begin(), m_liveVariables.end(), varia… in removeLive()137 DE_ASSERT(pos != m_liveVariables.end()); in removeLive()140 m_liveVariables.erase(pos); in removeLive()
88 return m_liveVariables; in getLiveVariables()92 return m_liveVariables; in getLiveVariables()101 …m_liveVariables; //!< Live variables (available for expression) that can be declared in this scope. member in rsg::VariableScope