Home | History | Annotate | Download | only in compiler

Lines Matching defs:source

2 // Use of this source code is governed by a BSD-style license that can be
672 MoveOperands(const InstructionOperand& source,
674 : source_(source), destination_(destination) {
675 DCHECK(!source.IsInvalid() && !destination.IsInvalid());
678 const InstructionOperand& source() const { return source_; }
679 InstructionOperand& source() { return source_; }
689 // destination (but not the source).
695 // A move is redundant if it's been eliminated or if its source and
754 // ParallelMove. move->source() may be changed. Any MoveOperands added to