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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp10510 Block* BB_else = ctx->program->create_and_insert_block(); local in function:aco::__anon562fcc110110::begin_uniform_if_else
10511 add_edge(ic->BB_if_idx, BB_else);
10512 append_logical_start(BB_else);
10513 ctx->block = BB_else;
10519 Block* BB_else = ctx->block; local in function:aco::__anon562fcc110110::end_uniform_if
10522 append_logical_end(BB_else);
10529 BB_else->instructions.emplace_back(std::move(branch));
10530 add_linear_edge(BB_else->index, &ic->BB_endif);
10532 add_logical_edge(BB_else->index, &ic->BB_endif);
10533 BB_else
[all...]

Completed in 19 milliseconds