Searched defs:should_spill (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator.cc1054 bool should_spill = false; local
1063 should_spill = (first_register_use >= next_use[reg])
1068 should_spill = (first_register_use >= next_use[reg]);
1072 if (should_spill) {

Completed in 176 milliseconds