Searched defs:next_intersection (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator.cc796 size_t next_intersection = inactive->FirstIntersectionWith(current); local
797 if (next_intersection != kNoLifetime) {
799 std::min(free_until[inactive->GetRegister()], next_intersection);
1039 size_t next_intersection = inactive->FirstIntersectionWith(current); local
1040 if (next_intersection != kNoLifetime) {
1043 std::min(next_intersection, next_use[inactive->GetRegister()]);
1141 size_t next_intersection = inactive->FirstIntersectionWith(current); local
1142 if (next_intersection != kNoLifetime) {
1144 LiveInterval* split = Split(current, next_intersection);

Completed in 78 milliseconds