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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_jumps.cpp147 jump_strength min_strength; member in struct:block_record
154 this->min_strength = strength_none;
250 * ANALYSIS: this->block.min_strength,
255 * DEAD_CODE_ELIMINATION: If this->block.min_strength is not
396 /* Set this->block.min_strength based on this instruction. This
402 this->block.min_strength = ir->is_break() ? strength_break : strength_continue;
418 /* Set this->block.min_strength based on this instruction. This
424 this->block.min_strength = strength_return;
555 jump_strengths[i] = block_records[i].min_strength;
591 block_records[0].min_strength
[all...]
/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp147 jump_strength min_strength; member in struct:block_record
154 this->min_strength = strength_none;
250 * ANALYSIS: this->block.min_strength,
255 * DEAD_CODE_ELIMINATION: If this->block.min_strength is not
396 /* Set this->block.min_strength based on this instruction. This
402 this->block.min_strength = ir->is_break() ? strength_break : strength_continue;
418 /* Set this->block.min_strength based on this instruction. This
424 this->block.min_strength = strength_return;
555 jump_strengths[i] = block_records[i].min_strength;
591 block_records[0].min_strength
[all...]

Completed in 89 milliseconds