• Home
  • Raw
  • Download

Lines Matching defs:node

27 inline int NodeProperties::FirstValueIndex(Node* node) { return 0; }  in FirstValueIndex()
29 inline int NodeProperties::FirstContextIndex(Node* node) { in FirstContextIndex()
33 inline int NodeProperties::FirstFrameStateIndex(Node* node) { in FirstFrameStateIndex()
37 inline int NodeProperties::FirstEffectIndex(Node* node) { in FirstEffectIndex()
41 inline int NodeProperties::FirstControlIndex(Node* node) { in FirstControlIndex()
46 inline int NodeProperties::PastValueIndex(Node* node) { in PastValueIndex()
51 inline int NodeProperties::PastContextIndex(Node* node) { in PastContextIndex()
56 inline int NodeProperties::PastFrameStateIndex(Node* node) { in PastFrameStateIndex()
61 inline int NodeProperties::PastEffectIndex(Node* node) { in PastEffectIndex()
66 inline int NodeProperties::PastControlIndex(Node* node) { in PastControlIndex()
75 inline Node* NodeProperties::GetValueInput(Node* node, int index) { in GetValueInput()
81 inline Node* NodeProperties::GetContextInput(Node* node) { in GetContextInput()
86 inline Node* NodeProperties::GetFrameStateInput(Node* node) { in GetFrameStateInput()
91 inline Node* NodeProperties::GetEffectInput(Node* node, int index) { in GetEffectInput()
97 inline Node* NodeProperties::GetControlInput(Node* node, int index) { in GetControlInput()
103 inline int NodeProperties::GetFrameStateIndex(Node* node) { in GetFrameStateIndex()
120 Node* node = edge.from(); in IsValueEdge() local
126 Node* node = edge.from(); in IsContextEdge() local
132 Node* node = edge.from(); in IsEffectEdge() local
138 Node* node = edge.from(); in IsControlEdge() local
147 inline bool NodeProperties::IsControl(Node* node) { in IsControl()
155 inline void NodeProperties::ReplaceControlInput(Node* node, Node* control) { in ReplaceControlInput()
159 inline void NodeProperties::ReplaceEffectInput(Node* node, Node* effect, in ReplaceEffectInput()
165 inline void NodeProperties::ReplaceFrameStateInput(Node* node, in ReplaceFrameStateInput()
171 inline void NodeProperties::RemoveNonValueInputs(Node* node) { in RemoveNonValueInputs()
178 inline void NodeProperties::ReplaceWithValue(Node* node, Node* value, in ReplaceWithValue()
201 inline Bounds NodeProperties::GetBounds(Node* node) { return node->bounds(); } in GetBounds()
203 inline void NodeProperties::SetBounds(Node* node, Bounds b) { in SetBounds()