HomeSort by relevance Sort by last modified time
    Searched refs:endif_block (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_dead_control_flow.cpp 64 bblock_t *const endif_block = block; local
78 if (endif_block->start_ip == endif_block->end_ip) {
79 later_block = endif_block->next();
81 later_block = endif_block;
83 endif_inst->remove(endif_block);
93 if (endif_block != later_block) {
brw_predicated_break.cpp 83 bblock_t *endif_block = jump_block->next(); local
95 bblock_t *later_block = endif_block;
96 if (endif_block->start_ip == endif_block->end_ip) {
97 later_block = endif_block->next();
99 endif_inst->remove(endif_block);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 1151 LLVMBasicBlockRef endif_block; local
    [all...]

Completed in 1044 milliseconds