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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_dead_cf.c352 bool then_ends_in_jump, else_ends_in_jump; local in function:dead_cf_list
353 progress |= dead_cf_list(&if_stmt->then_list, &then_ends_in_jump);
356 if (then_ends_in_jump && else_ends_in_jump) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_dead_cf.c315 bool then_ends_in_jump, else_ends_in_jump; local in function:dead_cf_list
316 progress |= dead_cf_list(&if_stmt->then_list, &then_ends_in_jump);
319 if (then_ends_in_jump && else_ends_in_jump) {

Completed in 5 milliseconds