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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_divergence_analysis.c859 struct divergence_state then_state = *state; local in function:visit_if
860 then_state.divergent_loop_cf |= if_stmt->condition.ssa->divergent;
861 progress |= visit_cf_list(&if_stmt->then_list, &then_state);
879 state->divergent_loop_continue |= then_state.divergent_loop_continue ||
881 state->divergent_loop_break |= then_state.divergent_loop_break ||

Completed in 3 milliseconds