Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc756 size_t next_intersection = inactive->FirstIntersectionWith(current); in TryAllocateFreeReg() local
757 if (next_intersection != kNoLifetime) { in TryAllocateFreeReg()
759 std::min(free_until[inactive->GetRegister()], next_intersection); in TryAllocateFreeReg()
952 size_t next_intersection = inactive->FirstIntersectionWith(current); in AllocateBlockedReg() local
953 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
956 std::min(next_intersection, next_use[inactive->GetRegister()]); in AllocateBlockedReg()
1052 size_t next_intersection = inactive->FirstIntersectionWith(current); in AllocateBlockedReg() local
1053 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
1055 LiveInterval* split = Split(current, next_intersection); in AllocateBlockedReg()