Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_liverangeevaluator_helpers.cpp542 const ProgramScope *enclosing_scope_first_write = first_write_scope; in update_required_live_range() local
556 const ProgramScope *conditional = enclosing_scope_first_write->enclosing_conditional(); in update_required_live_range()
561 enclosing_scope_first_write = conditional->outermost_loop(); in update_required_live_range()
568 if (enclosing_scope_first_write->contains_range_of(*enclosing_scope)) in update_required_live_range()
569 enclosing_scope = enclosing_scope_first_write; in update_required_live_range()
574 while (!enclosing_scope->contains_range_of(*enclosing_scope_first_write) || in update_required_live_range()

Completed in 1 milliseconds