• Home
  • Raw
  • Download

Lines Matching refs:NodeProperties

24           Node* const value = NodeProperties::GetValueInput(node, i);  in Reduce()
31 Node* const effect = NodeProperties::GetEffectInput(node, i); in Reduce()
83 NodeProperties::IsConstant(object); in IsConstantObject()
87 DCHECK_IMPLIES(NodeProperties::IsFreshObject(object), in IsFreshObject()
89 return NodeProperties::IsFreshObject(object); in IsFreshObject()
335 Node* object = NodeProperties::GetValueInput(node, 0); in ReduceLoadFromObject()
336 Node* offset = NodeProperties::GetValueInput(node, 1); in ReduceLoadFromObject()
337 Node* effect = NodeProperties::GetEffectInput(node); in ReduceLoadFromObject()
379 Node* object = NodeProperties::GetValueInput(node, 0); in ReduceStoreToObject()
380 Node* offset = NodeProperties::GetValueInput(node, 1); in ReduceStoreToObject()
381 Node* value = NodeProperties::GetValueInput(node, 2); in ReduceStoreToObject()
382 Node* effect = NodeProperties::GetEffectInput(node); in ReduceStoreToObject()
409 Node* const effect0 = NodeProperties::GetEffectInput(node, 0); in ReduceEffectPhi()
410 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi()
425 Node* const effect = NodeProperties::GetEffectInput(node, i); in ReduceEffectPhi()
435 Node* const input = NodeProperties::GetEffectInput(node, i); in ReduceEffectPhi()
446 Node* value = NodeProperties::GetValueInput(node, 0); in ReduceCall()
457 Node* const effect = NodeProperties::GetEffectInput(node); in ReduceOtherNode()
491 Node* const effect = NodeProperties::GetEffectInput(node); in PropagateInputState()
511 Node* object = NodeProperties::GetValueInput(current, 0); in ComputeLoopState()
512 Node* offset = NodeProperties::GetValueInput(current, 1); in ComputeLoopState()
522 Node* object = NodeProperties::GetValueInput(current, 0); in ComputeLoopState()
523 Node* offset = NodeProperties::GetValueInput(current, 1); in ComputeLoopState()
531 queue.push(NodeProperties::GetEffectInput(current, i)); in ComputeLoopState()