Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc679 size_t next_intersection = inactive->FirstIntersectionWith(current); in TryAllocateFreeReg() local
680 if (next_intersection != kNoLifetime) { in TryAllocateFreeReg()
682 std::min(free_until[inactive->GetRegister()], next_intersection); in TryAllocateFreeReg()
922 size_t next_intersection = inactive->FirstIntersectionWith(current); in AllocateBlockedReg() local
923 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
926 std::min(next_intersection, next_use[inactive->GetRegister()]); in AllocateBlockedReg()
1024 size_t next_intersection = inactive->FirstIntersectionWith(current); in AllocateBlockedReg() local
1025 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
1027 LiveInterval* split = Split(current, next_intersection); in AllocateBlockedReg()