Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_predicated_break.cpp175 if (!later_block->starts_with_control_flow()) { in elk_opt_predicated_break()
185 assert(later_block->starts_with_control_flow()); in elk_opt_predicated_break()
H A Delk_cfg.h105 bool starts_with_control_flow() const;
300 elk_bblock_t::starts_with_control_flow() const in starts_with_control_flow() function
H A Delk_fs_combine_constants.cpp1500 if (next_block->starts_with_control_flow()) { in opt_combine_constants()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_cfg.h105 bool starts_with_control_flow() const;
298 bblock_t::starts_with_control_flow() const in starts_with_control_flow() function
H A Dbrw_fs_combine_constants.cpp1522 if (next_block->starts_with_control_flow()) { in brw_fs_opt_combine_constants()