Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc381 size_t next_intersection = inactive->FirstIntersectionWith(current); in TryAllocateFreeReg() local
382 if (next_intersection != kNoLifetime) { in TryAllocateFreeReg()
383 free_until[inactive->GetRegister()] = next_intersection; in TryAllocateFreeReg()
466 size_t next_intersection = inactive->FirstIntersectionWith(current); in AllocateBlockedReg() local
467 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
470 std::min(next_intersection, next_use[inactive->GetRegister()]); in AllocateBlockedReg()
517 size_t next_intersection = inactive->FirstIntersectionWith(current); in AllocateBlockedReg() local
518 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
520 LiveInterval* split = Split(current, next_intersection); in AllocateBlockedReg()