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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_jumps.cpp149 jump_strength min_strength; member in struct:__anon68d3f30f0110::block_record
156 this->min_strength = strength_none;
252 * ANALYSIS: this->block.min_strength,
257 * DEAD_CODE_ELIMINATION: If this->block.min_strength is not
404 /* Set this->block.min_strength based on this instruction. This
410 this->block.min_strength = ir->is_break() ? strength_break : strength_continue;
426 /* Set this->block.min_strength based on this instruction. This
432 this->block.min_strength = strength_return;
563 jump_strengths[i] = block_records[i].min_strength;
599 block_records[0].min_strength
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_jumps.cpp149 jump_strength min_strength; member in struct:__anonc12c8bdc0110::block_record
156 this->min_strength = strength_none;
252 * ANALYSIS: this->block.min_strength,
257 * DEAD_CODE_ELIMINATION: If this->block.min_strength is not
402 /* Set this->block.min_strength based on this instruction. This
408 this->block.min_strength = ir->is_break() ? strength_break : strength_continue;
424 /* Set this->block.min_strength based on this instruction. This
430 this->block.min_strength = strength_return;
561 jump_strengths[i] = block_records[i].min_strength;
597 block_records[0].min_strength
[all...]

Completed in 4 milliseconds