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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_predicated_break.cpp112 earlier_block->combine_with(jump_block);
132 earlier_block->combine_with(while_block);
H A Dbrw_dead_control_flow.cpp87 earlier_block->combine_with(later_block);
H A Dbrw_cfg.h61 void combine_with(bblock_t *that);
H A Dbrw_cfg.cpp128 bblock_t::combine_with(bblock_t *that) function in class:bblock_t
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_predicated_break.cpp174 earlier_block->combine_with(jump_block);
201 earlier_block->combine_with(while_block);
H A Dbrw_dead_control_flow.cpp89 earlier_block->combine_with(later_block);
H A Dbrw_cfg.h92 void combine_with(bblock_t *that);
H A Dbrw_cfg.cpp143 bblock_t::combine_with(bblock_t *that) function in class:bblock_t
/xsrc/external/mit/xcb-proto/dist/xcbgen/
H A Dalign.py78 def combine_with(self, other): member in class:Alignment
H A Dxtypes.py419 alignment = prev_multiple_alignment.combine_with(after_alignment)
921 total_align = total_align.combine_with(case_align)
952 # assume that this field is active -> no combine_with to emulate optional
980 total_align = total_align.combine_with(after_field_align)
1056 lambda x, y: None if x is None or y is None else x.combine_with(y),

Completed in 8 milliseconds