Lines Matching refs:NodeProperties
63 return NodeProperties::GetFrameStateInput(call_); in frame_state()
90 Node* control = NodeProperties::GetControlInput(call); in InlineCall()
91 Node* effect = NodeProperties::GetEffectInput(call); in InlineCall()
130 if (NodeProperties::IsEffectEdge(edge)) { in InlineCall()
132 } else if (NodeProperties::IsControlEdge(edge)) { in InlineCall()
134 } else if (NodeProperties::IsFrameStateEdge(edge)) { in InlineCall()
187 values.push_back(NodeProperties::GetValueInput(input, 1)); in InlineCall()
188 effects.push_back(NodeProperties::GetEffectInput(input)); in InlineCall()
189 controls.push_back(NodeProperties::GetControlInput(input)); in InlineCall()
194 NodeProperties::MergeControlToEnd(graph(), common(), input); in InlineCall()
262 frame_state = NodeProperties::GetFrameStateInput(frame_state); in CreateTailCallerFrameState()
266 frame_state = NodeProperties::GetFrameStateInput(frame_state); in CreateTailCallerFrameState()
315 HeapObjectMatcher m(NodeProperties::GetValueInput(dominator, i)); in NeedsConvertReceiver()
344 dominator = NodeProperties::GetEffectInput(dominator); in NeedsConvertReceiver()
459 if (NodeProperties::IsControlEdge(edge) && in ReduceJSCall()
611 Node* frame_state_before = NodeProperties::FindFrameStateBefore(node); in ReduceJSCall()
612 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCall()
613 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCall()
617 NodeProperties::ReplaceEffectInput(node, create); in ReduceJSCall()
625 NodeProperties::ReplaceUses(node, select, node, node, node); in ReduceJSCall()
627 NodeProperties::ReplaceValueInput(select, node, 1); // Fix-up input. in ReduceJSCall()
628 NodeProperties::ReplaceValueInput(check, node, 0); // Fix-up input. in ReduceJSCall()
660 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCall()
663 Node* frame_state_before = NodeProperties::FindFrameStateBefore(node); in ReduceJSCall()
667 NodeProperties::ReplaceValueInput(node, convert, 1); in ReduceJSCall()
668 NodeProperties::ReplaceEffectInput(node, effect); in ReduceJSCall()