Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_cfg.h106 bool ends_with_control_flow() const;
304 bblock_t::ends_with_control_flow() const in ends_with_control_flow() function
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_cfg.h106 bool ends_with_control_flow() const;
306 elk_bblock_t::ends_with_control_flow() const in ends_with_control_flow() function
H A Delk_predicated_break.cpp161 if (!earlier_block->ends_with_control_flow()) { in elk_opt_predicated_break()