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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ssa_elimination.cpp238 bool falls_through = block->index < succ.index; local in function:aco::__anonf94d4d690110::try_remove_simple_block
239 for (unsigned j = block->index + 1; falls_through && j < succ.index; j++) {
242 falls_through = false;
244 if (falls_through) {

Completed in 3 milliseconds