Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc159 if (first_register_use != kNoLifetime) { in AllocateRegistersInternal()
382 if (next_intersection != kNoLifetime) { in TryAllocateFreeReg()
433 if (first_register_use == kNoLifetime) { in AllocateBlockedReg()
453 if (use != kNoLifetime) { in AllocateBlockedReg()
467 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
473 if (use != kNoLifetime) { in AllocateBlockedReg()
518 if (next_intersection != kNoLifetime) { in AllocateBlockedReg()
Dgraph_visualizer.cc147 if (pass_name_ == kLivenessPassName && instruction->GetLifetimePosition() != kNoLifetime) { in VisitInstruction()
194 if (block->GetLifetimeStart() != kNoLifetime) { in VisitBasicBlock()
Dssa_liveness_analysis.h270 return kNoLifetime; in FirstIntersectionWith()
276 return kNoLifetime; in FirstIntersectionWith()
318 return kNoLifetime; in FirstRegisterUseAfter()
Dlive_interval_test.cc108 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2)); in TEST()
126 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2)); in TEST()
Dnodes.h255 static constexpr size_t kNoLifetime = -1; variable
269 lifetime_start_(kNoLifetime), in HBasicBlock()
270 lifetime_end_(kNoLifetime) {} in HBasicBlock()
493 lifetime_position_(kNoLifetime) {} in HInstruction()
Dregister_allocator_test.cc354 ASSERT_EQ(interval->FirstRegisterUse(), kNoLifetime); in TEST()