Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_gcm.c345 nir_block *late_block, struct gcm_state *state) in gcm_choose_block_for_instr() argument
347 assert(nir_block_dominates(early_block, late_block)); in gcm_choose_block_for_instr()
349 nir_block *best = late_block; in gcm_choose_block_for_instr()
350 for (nir_block *block = late_block; block != NULL; block = block->imm_dom) { in gcm_choose_block_for_instr()