Lines Matching refs:GetLifetimePosition
536 || previous->GetLifetimePosition() < user->GetLifetimePosition()) { in AddInputMoveFor()
538 move->SetLifetimePosition(user->GetLifetimePosition()); in AddInputMoveFor()
543 DCHECK_EQ(move->GetLifetimePosition(), user->GetLifetimePosition()); in AddInputMoveFor()
576 if (at->GetLifetimePosition() < position) { in InsertParallelMoveAt()
583 if (at->GetLifetimePosition() != position) { in InsertParallelMoveAt()
584 DCHECK_GT(at->GetLifetimePosition(), position); in InsertParallelMoveAt()
599 if (move == nullptr || move->GetLifetimePosition() > position) { in InsertParallelMoveAt()
609 || previous->GetLifetimePosition() != position) { in InsertParallelMoveAt()
615 || previous->GetLifetimePosition() < position); in InsertParallelMoveAt()
623 DCHECK_EQ(move->GetLifetimePosition(), position); in InsertParallelMoveAt()
645 size_t position = last->GetLifetimePosition(); in InsertParallelMoveAtExitOf()
647 || previous->AsParallelMove()->GetLifetimePosition() != position) { in InsertParallelMoveAtExitOf()
669 if (move == nullptr || move->GetLifetimePosition() != position) { in InsertParallelMoveAtEntryOf()
688 size_t position = instruction->GetLifetimePosition() + 1; in InsertMoveAfter()
693 if (move == nullptr || move->GetLifetimePosition() != position) { in InsertMoveAfter()