Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_live_variables.cpp240 BITSET_WORD livedefout = bd->liveout[w] & bd->defout[w]; in compute_start_end() local
241 BITSET_WORD livedefinout = livedefin | livedefout; in compute_start_end()
249 if (livedefout & (1u << b)) { in compute_start_end()