Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_cfg.h76 bool ends_with_control_flow() const;
257 bblock_t::ends_with_control_flow() const in ends_with_control_flow() function
Dbrw_predicated_break.cpp101 if (!earlier_block->ends_with_control_flow()) { in opt_predicated_break()