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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.h72 uint16_t exec_potentially_empty_break_depth = UINT16_MAX; member in struct:aco::isel_context::__anon200cbcf60108
73 /* Set to false when loop_nest_depth==exec_potentially_empty_break_depth
H A Daco_instruction_selection.cpp10106 ctx->cf_info.exec_potentially_empty_break_depth = ctx->block->loop_nest_depth;
10314 ic->exec_potentially_empty_break_depth_old = ctx->cf_info.exec_potentially_empty_break_depth;
10321 ctx->cf_info.exec_potentially_empty_break_depth = UINT16_MAX;
10378 ic->exec_potentially_empty_break_depth_old, ctx->cf_info.exec_potentially_empty_break_depth);
10382 ctx->cf_info.exec_potentially_empty_break_depth = UINT16_MAX;
10435 ctx->cf_info.exec_potentially_empty_break_depth = std::min(
10436 ic->exec_potentially_empty_break_depth_old, ctx->cf_info.exec_potentially_empty_break_depth);
10437 if (ctx->block->loop_nest_depth == ctx->cf_info.exec_potentially_empty_break_depth &&
10440 ctx->cf_info.exec_potentially_empty_break_depth = UINT16_MAX;
10446 ctx->cf_info.exec_potentially_empty_break_depth
[all...]

Completed in 102 milliseconds