Lines Matching defs:from
307 void TransitionElementsTo(Node* node, Node* array, ElementsKind from,
363 BlockEffectControlData& For(BasicBlock* from, BasicBlock* to) {
364 return map_[std::make_pair(from->id().ToInt(), to->id().ToInt())];
367 const BlockEffectControlData& For(BasicBlock* from, BasicBlock* to) const {
368 return map_.at(std::make_pair(from->id().ToInt(), to->id().ToInt()));
389 // Update all inputs to an effect phi with the effects from the given
441 DCHECK(!edge.from()->IsDead());
535 if (edge.from()->op()->ControlInputCount() != 1) return;
536 Node* control = NodeProperties::GetControlInput(edge.from());
537 if (NodeProperties::IsPhi(edge.from())) {
586 Node* control = NodeProperties::GetControlInput(edge.from());
587 if (NodeProperties::IsPhi(edge.from())) {
622 // Block has been removed from the schedule by a preceeding unreachable
2593 // detected and would not lead to a deoptimization from the first check.
4061 // Use the {entry} from the {cache}.
4185 // Use the {entry} from the {cache}.
5182 // that initializes and reads from them too.
5461 // We may have transitioned in-place away from double, so check that
5688 ElementsKind from,
5690 DCHECK(IsMoreGeneralElementsKindTransition(from, to));
5697 if (IsSimpleMapChangeTransition(from, to)) {
5793 // Transition {array} from HOLEY_SMI_ELEMENTS to HOLEY_DOUBLE_ELEMENTS or
5905 // Transition {array} from HOLEY_SMI_ELEMENTS to HOLEY_DOUBLE_ELEMENTS.
5962 // Transition {array} from HOLEY_SMI_ELEMENTS to HOLEY_ELEMENTS.