Searched refs:max_id (Results 1 – 5 of 5) 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()
160 void Replace(Node* node, Node* replacement, NodeId max_id);
241 max_id = max(substring_matches, key=len)242 print 'Using config from id="%s" (substring match).' % max_id243 config = id_map[max_id]
183 __u64 max_id; /* out */ member
661 int max_id = -1; in GetLastBackEdge() local665 if (cur->block_id() > max_id) { in GetLastBackEdge()666 max_id = cur->block_id(); in GetLastBackEdge()