Searched refs:header_idx (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.h62 unsigned header_idx; member in struct:aco::isel_context::__anon200cbcf60108::__anon200cbcf60208
H A Daco_instruction_selection.cpp9967 lc->header_idx_old = std::exchange(ctx->cf_info.parent_loop.header_idx, loop_header->index);
9980 unsigned loop_header_idx = ctx->cf_info.parent_loop.header_idx;
10052 ctx->cf_info.parent_loop.header_idx = lc->header_idx_old;
10085 logical_target = &ctx->program->blocks[ctx->cf_info.parent_loop.header_idx];
10116 logical_target = &ctx->program->blocks[ctx->cf_info.parent_loop.header_idx];
10244 unsigned loop_header_idx = ctx->cf_info.parent_loop.header_idx;

Completed in 20 milliseconds