Searched refs:exec_potentially_empty_break (Results 1 – 2 of 2) sorted by relevance
83 bool exec_potentially_empty_break = false; member
10241 ctx->cf_info.exec_potentially_empty_break) { in end_loop()10360 if (ctx->cf_info.parent_if.is_divergent && !ctx->cf_info.exec_potentially_empty_break) { in emit_loop_jump()10361 ctx->cf_info.exec_potentially_empty_break = true; in emit_loop_jump()10568 ic->exec_potentially_empty_break_old = ctx->cf_info.exec_potentially_empty_break; in begin_divergent_if_then()10575 ctx->cf_info.exec_potentially_empty_break = false; in begin_divergent_if_then()10628 ic->exec_potentially_empty_break_old |= ctx->cf_info.exec_potentially_empty_break; in begin_divergent_if_else()10633 ctx->cf_info.exec_potentially_empty_break = false; in begin_divergent_if_else()10684 ctx->cf_info.exec_potentially_empty_break |= ic->exec_potentially_empty_break_old; in end_divergent_if()10689 ctx->cf_info.exec_potentially_empty_break = false; in end_divergent_if()10695 ctx->cf_info.exec_potentially_empty_break = false; in end_divergent_if()