Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp10320 bool rest_of_block_empty = false; in begin_empty_exec_skip() local
10322 rest_of_block_empty = in begin_empty_exec_skip()
10325 rest_of_block_empty = exec_list_is_empty(&block->instr_list) || in begin_empty_exec_skip()
10329 assert(!(ctx->block->kind & block_kind_export_end) || rest_of_block_empty); in begin_empty_exec_skip()
10331 if (rest_of_block_empty && further_cf_empty) in begin_empty_exec_skip()