Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc288 if (first_register_use != kNoLifetime) { in ProcessInstruction()
761 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime); in TryAllocateFreeReg()
776 if (next_intersection != kNoLifetime) { in TryAllocateFreeReg()
983 DCHECK_IMPLIES(first_register_use == kNoLifetime, current->GetNextSibling() != nullptr); in AllocateBlockedReg()
984 } else if (first_register_use == kNoLifetime) { in AllocateBlockedReg()
1007 if (use != kNoLifetime) { in AllocateBlockedReg()
1023 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime); in AllocateBlockedReg()
1028 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
1037 if (use != kNoLifetime) { in AllocateBlockedReg()
1132 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime); in AllocateBlockedReg()
[all …]
Dssa_liveness_analysis.h517 return kNoLifetime; in FirstIntersectionWith()
526 return kNoLifetime; in FirstIntersectionWith()
531 return kNoLifetime; in FirstIntersectionWith()
554 return position == GetStart() ? position : kNoLifetime; in FirstRegisterUseAfter()
573 return kNoLifetime; in FirstRegisterUseAfter()
585 return !HasRegister() && FirstRegisterUse() != kNoLifetime; in RequiresRegister()
590 return position == GetStart() ? position : kNoLifetime; in FirstUseAfter()
608 return kNoLifetime; in FirstUseAfter()
Dlive_interval_test.cc109 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2)); in TEST()
127 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2)); in TEST()
Dgraph_visualizer.cc701 && instruction->GetLifetimePosition() != kNoLifetime) { in PrintInstruction()
899 if (block->GetLifetimeStart() != kNoLifetime) { in VisitBasicBlock()
Dregister_allocator_test.cc357 ASSERT_EQ(interval->FirstRegisterUse(), kNoLifetime); in TEST_F()
Dnodes.h1098 static constexpr size_t kNoLifetime = -1; variable
1116 lifetime_start_(kNoLifetime), in graph_()
1117 lifetime_end_(kNoLifetime), in graph_()
2262 lifetime_position_(kNoLifetime), in HInstruction()
2753 lifetime_position_(kNoLifetime), in HInstruction()