Home
last modified time | relevance | path

Searched refs:ends_with_control_flow (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h105 bool ends_with_control_flow() const;
303 bblock_t::ends_with_control_flow() const in ends_with_control_flow() function
/external/mesa3d/src/intel/compiler/elk/
Delk_cfg.h105 bool ends_with_control_flow() const;
305 elk_bblock_t::ends_with_control_flow() const in ends_with_control_flow() function
Delk_predicated_break.cpp161 if (!earlier_block->ends_with_control_flow()) { in elk_opt_predicated_break()