Lines Matching refs:GetLifetimePosition
537 || previous->GetLifetimePosition() < user->GetLifetimePosition()) { in AddInputMoveFor()
539 move->SetLifetimePosition(user->GetLifetimePosition()); in AddInputMoveFor()
544 DCHECK_EQ(move->GetLifetimePosition(), user->GetLifetimePosition()); in AddInputMoveFor()
577 if (at->GetLifetimePosition() < position) { in InsertParallelMoveAt()
584 if (at->GetLifetimePosition() != position) { in InsertParallelMoveAt()
585 DCHECK_GT(at->GetLifetimePosition(), position); in InsertParallelMoveAt()
600 if (move == nullptr || move->GetLifetimePosition() > position) { in InsertParallelMoveAt()
610 || previous->GetLifetimePosition() != position) { in InsertParallelMoveAt()
616 || previous->GetLifetimePosition() < position); in InsertParallelMoveAt()
624 DCHECK_EQ(move->GetLifetimePosition(), position); in InsertParallelMoveAt()
646 size_t position = last->GetLifetimePosition(); in InsertParallelMoveAtExitOf()
648 || previous->AsParallelMove()->GetLifetimePosition() != position) { in InsertParallelMoveAtExitOf()
670 if (move == nullptr || move->GetLifetimePosition() != position) { in InsertParallelMoveAtEntryOf()
689 size_t position = instruction->GetLifetimePosition() + 1; in InsertMoveAfter()
694 if (move == nullptr || move->GetLifetimePosition() != position) { in InsertMoveAfter()