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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp10325 Block* BB_then_logical = ctx->program->create_and_insert_block(); local in function:aco::__anon562fcc110110::begin_divergent_if_then
10326 add_edge(ic->BB_if_idx, BB_then_logical);
10327 ctx->block = BB_then_logical;
10328 append_logical_start(BB_then_logical);
10334 Block* BB_then_logical = ctx->block; local in function:aco::__anon562fcc110110::begin_divergent_if_else
10335 append_logical_end(BB_then_logical);
10342 BB_then_logical->instructions.emplace_back(std::move(branch));
10343 add_linear_edge(BB_then_logical->index, &ic->BB_invert);
10345 add_logical_edge(BB_then_logical->index, &ic->BB_endif);
10346 BB_then_logical
[all...]

Completed in 123 milliseconds