Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.h79 uint16_t exec_potentially_empty_break_depth = UINT16_MAX; member
80 /* Set to false when loop_nest_depth==exec_potentially_empty_break_depth
H A Daco_instruction_selection.cpp10362 ctx->cf_info.exec_potentially_empty_break_depth = ctx->block->loop_nest_depth;
10569 ic->exec_potentially_empty_break_depth_old = ctx->cf_info.exec_potentially_empty_break_depth;
10576 ctx->cf_info.exec_potentially_empty_break_depth = UINT16_MAX;
10630 ic->exec_potentially_empty_break_depth_old, ctx->cf_info.exec_potentially_empty_break_depth);
10634 ctx->cf_info.exec_potentially_empty_break_depth = UINT16_MAX;
10685 ctx->cf_info.exec_potentially_empty_break_depth = std::min(
10686 ic->exec_potentially_empty_break_depth_old, ctx->cf_info.exec_potentially_empty_break_depth);
10687 if (ctx->block->loop_nest_depth == ctx->cf_info.exec_potentially_empty_break_depth &&
10690 ctx->cf_info.exec_potentially_empty_break_depth = UINT16_MAX;
10696 ctx->cf_info.exec_potentially_empty_break_depth
[all...]

Completed in 12 milliseconds