Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h449 return kNoLifetime; in FirstIntersectionWith()
458 return kNoLifetime; in FirstIntersectionWith()
463 return kNoLifetime; in FirstIntersectionWith()
482 return position == GetStart() ? position : kNoLifetime; in FirstRegisterUseAfter()
500 return kNoLifetime; in FirstRegisterUseAfter()
509 return position == GetStart() ? position : kNoLifetime; in FirstUseAfter()
526 return kNoLifetime; in FirstUseAfter()
Dregister_allocator.cc383 if (first_register_use != kNoLifetime) { in ProcessInstruction()
747 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime); in TryAllocateFreeReg()
757 if (next_intersection != kNoLifetime) { in TryAllocateFreeReg()
907 if (first_register_use == kNoLifetime) { in AllocateBlockedReg()
931 if (use != kNoLifetime) { in AllocateBlockedReg()
948 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime); in AllocateBlockedReg()
953 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
959 if (use != kNoLifetime) { in AllocateBlockedReg()
1049 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime); in AllocateBlockedReg()
1053 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
Dgraph_visualizer.cc234 && instruction->GetLifetimePosition() != kNoLifetime) { in PrintInstruction()
299 if (block->GetLifetimeStart() != kNoLifetime) { in VisitBasicBlock()
Dlive_interval_test.cc108 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2)); in TEST()
126 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2)); in TEST()
Dnodes.h481 static constexpr size_t kNoLifetime = -1; variable
499 lifetime_start_(kNoLifetime), in graph_()
500 lifetime_end_(kNoLifetime), in graph_()
1302 lifetime_position_(kNoLifetime), in HInstruction()
Dregister_allocator_test.cc364 ASSERT_EQ(interval->FirstRegisterUse(), kNoLifetime); in TEST()