Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_predicated_break.cpp114 earlier_block->combine_with(jump_block); in opt_predicated_break()
134 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
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc514 uint64_t GetHash(const TfLiteIntArray* int_array, uint64_t combine_with = 0) { in GetHash() argument
516 uint64_t result = combine_with; in GetHash()