Home
last modified time | relevance | path

Searched refs:combine_with (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_predicated_break.cpp174 earlier_block->combine_with(jump_block); in opt_predicated_break()
201 earlier_block->combine_with(while_block); in opt_predicated_break()
Dbrw_dead_control_flow.cpp89 earlier_block->combine_with(later_block); in dead_control_flow_eliminate()
Dbrw_cfg.h92 void combine_with(bblock_t *that);
Dbrw_cfg.cpp143 bblock_t::combine_with(bblock_t *that) in combine_with() function in bblock_t