Lines Matching refs:values_
606 const NodeVector* values() const { return &values_; }
607 NodeVector* values() { return &values_; }
617 NodeVector values_;
649 values_(builder->local_zone()),
652 // The layout of values_ is:
700 values_(other->zone()),
705 values_ = other->values_;
806 values_[i] = builder()->MergeValue(values_[i], other->values_[i], control);
818 DCHECK_NE(values_[index], builder()->jsgraph()->OptimizedOutConstant());
819 DCHECK_NE(other->values_[index],
824 values_[index] =
825 builder()->MergeValue(values_[index], other->values_[index], control);
828 values_[index] = builder()->jsgraph()->OptimizedOutConstant();
833 DCHECK_NE(values_[accumulator_base()],
835 DCHECK_NE(other->values_[accumulator_base()],
838 values_[accumulator_base()] =
839 builder()->MergeValue(values_[accumulator_base()],
840 other->values_[accumulator_base()], control);
842 values_[accumulator_base()] = builder()->jsgraph()->OptimizedOutConstant();
867 values_[i] = builder()->NewPhi(1, values_[i], control);
874 values_[index] = builder()->NewPhi(1, values_[index], control);
945 common()->LoopExitValue(MachineRepresentation::kTagged), values_[i],
947 values_[i] = rename;
955 values_[register_base() + i], loop_exit);
956 values_[register_base() + i] = rename;
962 values_[accumulator_base()], loop_exit);
963 values_[accumulator_base()] = rename;