Home
last modified time | relevance | path

Searched refs:first_use (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.cc914 size_t first_use = current->FirstUseAfter(current->GetStart()); in AllocateBlockedReg() local
972 DCHECK_LT(first_use, next_use[reg]); in AllocateBlockedReg()
976 should_spill = (first_use >= next_use[reg]) in AllocateBlockedReg()
977 || (first_use >= next_use[GetHighForLowRegister(reg)]); in AllocateBlockedReg()
981 should_spill = (first_use >= next_use[reg]); in AllocateBlockedReg()