Searched refs:kNoLifetime (Results 1 - 6 of 6) sorted by path

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

Completed in 356 milliseconds