Searched refs:max_id (Results 1 – 4 of 4) sorted by relevance
130 NodeId const max_id = static_cast<NodeId>(graph()->NodeCount() - 1); in ReduceTop() local154 Replace(node, replacement, max_id); in ReduceTop()170 void GraphReducer::Replace(Node* node, Node* replacement, NodeId max_id) { in Replace() argument173 if (replacement->id() <= max_id) { in Replace()189 if (user->id() <= max_id) { in Replace()
161 void Replace(Node* node, Node* replacement, NodeId max_id);
183 __u64 max_id; /* out */ member
486 int max_id = -1; in GetLastBackEdge() local490 if (cur->block_id() > max_id) { in GetLastBackEdge()491 max_id = cur->block_id(); in GetLastBackEdge()