HomeSort by relevance Sort by last modified time
    Searched refs:kNoLifetime (Results 1 - 7 of 7) sorted by null

  /art/compiler/optimizing/
register_allocator_linear_scan.cc 382 if (first_register_use != kNoLifetime) {
662 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime);
672 if (next_intersection != kNoLifetime) {
    [all...]
ssa_liveness_analysis.h 509 return kNoLifetime;
518 return kNoLifetime;
523 return kNoLifetime;
546 return position == GetStart() ? position : kNoLifetime;
565 return kNoLifetime;
577 return !HasRegister() && FirstRegisterUse() != kNoLifetime;
582 return position == GetStart() ? position : kNoLifetime;
600 return kNoLifetime;
    [all...]
live_interval_test.cc 108 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2));
126 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2));
graph_visualizer.cc 597 && instruction->GetLifetimePosition() != kNoLifetime) {
781 if (block->GetLifetimeStart() != kNoLifetime) {
    [all...]
register_allocator_test.cc 380 ASSERT_EQ(interval->FirstRegisterUse(), kNoLifetime);
    [all...]
nodes.h 907 static constexpr size_t kNoLifetime = -1;
925 lifetime_start_(kNoLifetime),
926 lifetime_end_(kNoLifetime),
    [all...]
register_allocator_graph_color.cc     [all...]

Completed in 202 milliseconds