Home
last modified time | relevance | path

Searched refs:exec_potentially_empty_break_old (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp74 bool exec_potentially_empty_break_old; member
10568 ic->exec_potentially_empty_break_old = ctx->cf_info.exec_potentially_empty_break; in begin_divergent_if_then()
10628 ic->exec_potentially_empty_break_old |= ctx->cf_info.exec_potentially_empty_break; in begin_divergent_if_else()
10684 ctx->cf_info.exec_potentially_empty_break |= ic->exec_potentially_empty_break_old; in end_divergent_if()