Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_liverangeevaluator.cpp85 ProgramScope *m_current_scope; member in r600::LiveRangeInstrVisitor
118 m_current_scope->set_end(m_line); in finalize()
154 m_current_scope = m_scopes[0].get(); in LiveRangeInstrVisitor()
184 m_current_scope = create_scope(m_current_scope, if_branch, m_if_id++, in scope_if()
185 m_current_scope->nesting_depth() + 1, m_line + 1); in scope_if()
190 assert(m_current_scope->type() == if_branch); in scope_else()
191 m_current_scope->set_end(m_line - 1); in scope_else()
193 m_current_scope = create_scope(m_current_scope in scope_else()
[all...]

Completed in 2 milliseconds