Searched refs:next_use (Results 1 – 6 of 6) sorted by relevance
218 dst->next_use = tmp_next_use[dst->name]; in compute_block_next_distance()222 src->next_use = tmp_next_use[src->def->name]; in compute_block_next_distance()280 if (phi->dsts[0]->next_use < UINT_MAX && in compute_block_next_distance()281 phi->dsts[0]->next_use + block_distance < in compute_block_next_distance()283 pred_state->next_use_end[src] = phi->dsts[0]->next_use + in compute_block_next_distance()486 interval->next_use_distance = dst->next_use; in init_dst()583 interval->next_use_distance = src->next_use; in update_src_next_use()1137 temp_interval->next_use_distance = src->next_use; in handle_pcopy()
209 unsigned spill_slot, next_use; member
766 enum inst_use next_use = find_next_use(prog, i+1, id, dst_mask); in _mesa_remove_extra_moves() local768 if (next_use == WRITE || next_use == END) { in _mesa_remove_extra_moves()
16027 goto next_use; in xmlSchemaCheckCTPropsCorrect()16061 next_use: {} in xmlSchemaCheckCTPropsCorrect()19470 goto next_use; in xmlSchemaCheckAGPropsCorrect()19504 next_use: {} in xmlSchemaCheckAGPropsCorrect()
16100 goto next_use; in xmlSchemaCheckCTPropsCorrect()16134 next_use: {} in xmlSchemaCheckCTPropsCorrect()19543 goto next_use; in xmlSchemaCheckAGPropsCorrect()19577 next_use: {} in xmlSchemaCheckAGPropsCorrect()
4239 - aco/spill: Avoid copying next_use maps more often than needed