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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp75 uint16_t exec_potentially_empty_break_depth_old; member in struct:aco::__anon562fcc110110::if_context
10314 ic->exec_potentially_empty_break_depth_old = ctx->cf_info.exec_potentially_empty_break_depth;
10377 ic->exec_potentially_empty_break_depth_old = std::min(
10378 ic->exec_potentially_empty_break_depth_old, ctx->cf_info.exec_potentially_empty_break_depth);
10436 ic->exec_potentially_empty_break_depth_old, ctx->cf_info.exec_potentially_empty_break_depth);

Completed in 19 milliseconds