Searched refs:FirstContextIndex (Results 1 – 4 of 4) sorted by relevance
29 return FirstContextIndex(node) + in PastContextIndex()63 return node->InputAt(FirstContextIndex(node)); in GetContextInput()99 return IsInputRange(edge, FirstContextIndex(node), in IsContextEdge()159 node->ReplaceInput(FirstContextIndex(node), context); in ReplaceContextInput()
30 static int FirstContextIndex(Node* node) { return PastValueIndex(node); } in FirstContextIndex() function
220 } else if (index < NodeProperties::FirstContextIndex(from)) { in PrintEdge()
292 node_->RemoveInput(NodeProperties::FirstContextIndex(node_)); in ChangeToSpeculativeOperator()