Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.h83 bool exec_potentially_empty_break = false; member
H A Daco_instruction_selection.cpp10241 ctx->cf_info.exec_potentially_empty_break) {
10360 if (ctx->cf_info.parent_if.is_divergent && !ctx->cf_info.exec_potentially_empty_break) {
10361 ctx->cf_info.exec_potentially_empty_break = true;
10568 ic->exec_potentially_empty_break_old = ctx->cf_info.exec_potentially_empty_break;
10575 ctx->cf_info.exec_potentially_empty_break = false;
10628 ic->exec_potentially_empty_break_old |= ctx->cf_info.exec_potentially_empty_break;
10633 ctx->cf_info.exec_potentially_empty_break = false;
10684 ctx->cf_info.exec_potentially_empty_break |= ic->exec_potentially_empty_break_old;
10689 ctx->cf_info.exec_potentially_empty_break = false;
10695 ctx->cf_info.exec_potentially_empty_break
[all...]

Completed in 12 milliseconds