Searched refs:should_spill (Results 1 – 1 of 1) sorted by relevance
1045 bool should_spill = false; in AllocateBlockedReg() local1054 should_spill = (first_register_use >= next_use[reg]) in AllocateBlockedReg()1059 should_spill = (first_register_use >= next_use[reg]); in AllocateBlockedReg()1063 if (should_spill) { in AllocateBlockedReg()