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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_loop_analyze.c528 nir_block *break_blk = NULL; local in function:find_loop_terminators
535 break_blk = last_then;
539 break_blk = last_else;
547 if (!nir_is_trivial_loop_if(nif, break_blk)) {
553 if (!break_blk)
568 terminator->break_block = break_blk;
H A Dnir_opt_if.c957 nir_block *break_blk = NULL; local in function:opt_if_loop_terminator
965 break_blk = last_then;
969 break_blk = last_else;
974 if (!break_blk)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_loop_analyze.c426 nir_block *break_blk = NULL; local in function:find_loop_terminators
433 break_blk = last_then;
437 break_blk = last_else;
445 if (!nir_is_trivial_loop_if(nif, break_blk)) {
451 if (!break_blk)
466 terminator->break_block = break_blk;
H A Dnir_opt_if.c1011 nir_block *break_blk = NULL; local in function:opt_if_loop_terminator
1019 break_blk = last_then;
1023 break_blk = last_else;
1028 if (!break_blk)
1040 if (!nir_is_trivial_loop_if(nif, break_blk))

Completed in 8 milliseconds