Lines Matching defs:replacement
40 Node* replacement) {
42 analysis_result().GetVirtualObject(replacement);
43 if (replacement->opcode() == IrOpcode::kDead ||
46 return Replace(replacement);
48 Type const replacement_type = NodeProperties::GetType(replacement);
52 return Replace(replacement);
55 // We need to guard the replacement if we would widen the type otherwise.
62 original->AppendInput(jsgraph()->zone(), replacement);
86 if (Node* replacement = analysis_result().GetReplacementOf(node)) {
89 DCHECK_NE(replacement, node);
90 return ReplaceNode(node, replacement);