Home
last modified time | relevance | path

Searched refs:then_ends_in_jump (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_dead_cf.c352 bool then_ends_in_jump, else_ends_in_jump; in dead_cf_list() local
353 progress |= dead_cf_list(&if_stmt->then_list, &then_ends_in_jump); in dead_cf_list()
356 if (then_ends_in_jump && else_ends_in_jump) { in dead_cf_list()