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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.cpp241 BITSET_WORD livedefinout = livedefin | livedefout; local in function:fs_live_variables::compute_start_end
242 while (livedefinout) {
243 unsigned b = u_bit_scan(&livedefinout);

Completed in 3 milliseconds