Searched defs:last_then (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
H A Dopt_redundant_jumps.cpp65 ir_instruction *const last_then = local
70 if ((last_then == NULL) || (last_else == NULL))
73 if ((last_then->ir_type != ir_type_loop_jump)
77 ir_loop_jump *const then_jump = (ir_loop_jump *) last_then;
/external/mesa3d/src/compiler/nir/
H A Dnir_loop_analyze.c316 nir_block *last_then = nir_if_last_then_block(nif); local
318 if (ends_in_break(last_then)) {
319 break_blk = last_then;
324 continue_from_blk = last_then;

Completed in 196 milliseconds