Searched refs:late_block (Results 1 – 1 of 1) sorted by relevance
345 nir_block *late_block, struct gcm_state *state) in gcm_choose_block_for_instr() argument347 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()