Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h453 return kNoLifetime; in FirstIntersectionWith()
462 return kNoLifetime; in FirstIntersectionWith()
467 return kNoLifetime; in FirstIntersectionWith()
486 return position == GetStart() ? position : kNoLifetime; in FirstRegisterUseAfter()
504 return kNoLifetime; in FirstRegisterUseAfter()
513 return position == GetStart() ? position : kNoLifetime; in FirstUseAfter()
530 return kNoLifetime; in FirstUseAfter()
Dregister_allocator.cc402 if (first_register_use != kNoLifetime) { in ProcessInstruction()
787 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime); in TryAllocateFreeReg()
797 if (next_intersection != kNoLifetime) { in TryAllocateFreeReg()
999 DCHECK(first_register_use != kNoLifetime || (current->GetNextSibling() != nullptr)); in AllocateBlockedReg()
1000 } else if (first_register_use == kNoLifetime) { in AllocateBlockedReg()
1019 if (use != kNoLifetime) { in AllocateBlockedReg()
1035 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime); in AllocateBlockedReg()
1040 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
1046 if (use != kNoLifetime) { in AllocateBlockedReg()
1139 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime); in AllocateBlockedReg()
[all …]
Dlive_interval_test.cc108 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2)); in TEST()
126 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2)); in TEST()
Dgraph_visualizer.cc523 && instruction->GetLifetimePosition() != kNoLifetime) { in PrintInstruction()
706 if (block->GetLifetimeStart() != kNoLifetime) { in VisitBasicBlock()
Dregister_allocator_test.cc351 ASSERT_EQ(interval->FirstRegisterUse(), kNoLifetime); in TEST_F()
Dnodes.h806 static constexpr size_t kNoLifetime = -1; variable
824 lifetime_start_(kNoLifetime), in graph_()
825 lifetime_end_(kNoLifetime), in graph_()
1771 lifetime_position_(kNoLifetime), in HInstruction()