Home
last modified time | relevance | path

Searched refs:is_control_flow (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_dead_code_eliminate.cpp43 return !inst->is_control_flow() && in can_eliminate()
Dbrw_shader.h102 bool is_control_flow() const;
Dbrw_shader.cpp812 backend_instruction::is_control_flow() const in is_control_flow() function in backend_instruction
Dbrw_schedule_instructions.cpp925 inst->is_control_flow() || in is_scheduling_barrier()
Dbrw_fs.cpp1408 } else if (prev->is_control_flow() || prev->has_side_effects()) { in emit_gs_thread_end()
3125 if (inst->is_control_flow()) { in remove_duplicate_mrf_writes()
5905 if (inst->is_control_flow()) { in opt_drop_redundant_mov_to_flags()