Searched refs:loop_exit (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_spill.c261 bool loop_exit = pred->loop_depth < block->loop_depth; local in function:compute_block_next_distance
262 unsigned block_distance = pred_state->cycles + (loop_exit ? 100000 : 0);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp86 Block loop_exit; member in struct:aco::__anon562fcc110110::loop_context
9956 lc->loop_exit.kind |= (block_kind_loop_exit | (ctx->block->kind & block_kind_top_level));
9968 lc->exit_old = std::exchange(ctx->cf_info.parent_loop.exit, &lc->loop_exit);
9999 add_linear_edge(break_block->index, &lc->loop_exit);
10028 ctx->block = ctx->program->insert_block(std::move(lc->loop_exit));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst814 - aco: consider loop_exit blocks like merge blocks, even if they have

Completed in 27 milliseconds