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.cc775 size_t next_intersection = inactive->FirstIntersectionWith(current); in TryAllocateFreeReg() local
776 if (next_intersection != kNoLifetime) { in TryAllocateFreeReg()
778 free_until[reg] = std::min(free_until[reg], next_intersection); in TryAllocateFreeReg()
1027 size_t next_intersection = inactive->FirstIntersectionWith(current); in AllocateBlockedReg() local
1028 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
1033 next_use[reg] = std::min(next_intersection, next_use[reg]); in AllocateBlockedReg()
1134 size_t next_intersection = inactive->FirstIntersectionWith(current); in AllocateBlockedReg() local
1135 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
1137 LiveInterval* split = Split(current, next_intersection); in AllocateBlockedReg()