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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp10477 Block* BB_then = ctx->program->create_and_insert_block(); local in function:aco::__anon562fcc110110::begin_uniform_if_then
10478 add_edge(ic->BB_if_idx, BB_then);
10479 append_logical_start(BB_then);
10480 ctx->block = BB_then;
10486 Block* BB_then = ctx->block; local in function:aco::__anon562fcc110110::begin_uniform_if_else
10492 append_logical_end(BB_then);
10499 BB_then->instructions.emplace_back(std::move(branch));
10500 add_linear_edge(BB_then->index, &ic->BB_endif);
10502 add_logical_edge(BB_then->index, &ic->BB_endif);
10503 BB_then
[all...]

Completed in 117 milliseconds