Home
last modified time | relevance | path

Searched refs:livedefinout (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_live_variables.cpp241 BITSET_WORD livedefinout = livedefin | livedefout; in compute_start_end() local
242 while (livedefinout) { in compute_start_end()
243 unsigned b = u_bit_scan(&livedefinout); in compute_start_end()

Completed in 2 milliseconds