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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_dead_code_eliminate.cpp131 bool combined_live = false; local in function:vec4_visitor::dead_code_eliminate
133 combined_live |= BITSET_TEST(flag_live, c);
135 if (!combined_live) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_dead_code_eliminate.cpp130 bool combined_live = false; local in function:vec4_visitor::dead_code_eliminate
132 combined_live |= BITSET_TEST(flag_live, c);
134 if (!combined_live) {

Completed in 2 milliseconds