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/
Daco_instruction_selection.h76 bool exec_potentially_empty_break = false; member
Daco_instruction_selection.cpp9989 ctx->cf_info.exec_potentially_empty_break) { in end_loop()
10108 if (ctx->cf_info.parent_if.is_divergent && !ctx->cf_info.exec_potentially_empty_break) { in emit_loop_jump()
10109 ctx->cf_info.exec_potentially_empty_break = true; in emit_loop_jump()
10317 ic->exec_potentially_empty_break_old = ctx->cf_info.exec_potentially_empty_break; in begin_divergent_if_then()
10324 ctx->cf_info.exec_potentially_empty_break = false; in begin_divergent_if_then()
10380 ic->exec_potentially_empty_break_old |= ctx->cf_info.exec_potentially_empty_break; in begin_divergent_if_else()
10385 ctx->cf_info.exec_potentially_empty_break = false; in begin_divergent_if_else()
10438 ctx->cf_info.exec_potentially_empty_break |= ic->exec_potentially_empty_break_old; in end_divergent_if()
10443 ctx->cf_info.exec_potentially_empty_break = false; in end_divergent_if()
10449 ctx->cf_info.exec_potentially_empty_break = false; in end_divergent_if()