Searched refs:kNoLifetime (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator_linear_scan.cc | 288 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 …]
|
D | ssa_liveness_analysis.h | 517 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()
|
D | live_interval_test.cc | 109 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2)); in TEST() 127 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2)); in TEST()
|
D | graph_visualizer.cc | 701 && instruction->GetLifetimePosition() != kNoLifetime) { in PrintInstruction() 899 if (block->GetLifetimeStart() != kNoLifetime) { in VisitBasicBlock()
|
D | register_allocator_test.cc | 357 ASSERT_EQ(interval->FirstRegisterUse(), kNoLifetime); in TEST_F()
|
D | nodes.h | 1098 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()
|