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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.h76 bool exec_potentially_empty_break = false; member in struct:aco::isel_context::__anon200cbcf60108
H A Daco_instruction_selection.cpp9985 ctx->cf_info.exec_potentially_empty_break) {
10104 if (ctx->cf_info.parent_if.is_divergent && !ctx->cf_info.exec_potentially_empty_break) {
10105 ctx->cf_info.exec_potentially_empty_break = true;
10313 ic->exec_potentially_empty_break_old = ctx->cf_info.exec_potentially_empty_break;
10320 ctx->cf_info.exec_potentially_empty_break = false;
10376 ic->exec_potentially_empty_break_old |= ctx->cf_info.exec_potentially_empty_break;
10381 ctx->cf_info.exec_potentially_empty_break = false;
10434 ctx->cf_info.exec_potentially_empty_break |= ic->exec_potentially_empty_break_old;
10439 ctx->cf_info.exec_potentially_empty_break = false;
10445 ctx->cf_info.exec_potentially_empty_break
[all...]

Completed in 61 milliseconds