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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_dead_code_eliminate.cpp43 return !inst->is_control_flow() &&
H A Dbrw_shader.h105 bool is_control_flow() const;
H A Dbrw_shader.cpp881 backend_instruction::is_control_flow() const function in class:backend_instruction
H A Dbrw_schedule_instructions.cpp1023 inst->is_control_flow() ||
H A Dbrw_fs.cpp1545 } else if (prev->is_control_flow() || prev->has_side_effects()) {
3441 if (inst->is_control_flow()) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_dead_code_eliminate.cpp46 return !inst->is_control_flow() &&
H A Dbrw_ir.h96 bool is_control_flow() const;
H A Dbrw_shader.cpp930 backend_instruction::is_control_flow() const function in class:backend_instruction
H A Dbrw_schedule_instructions.cpp1093 inst->is_control_flow() ||
H A Dbrw_fs.cpp1641 } else if (prev->is_control_flow() || prev->has_side_effects()) {
3565 if (inst->is_control_flow()) {

Completed in 64 milliseconds