Searched refs:current_neighbor_iter (Results 1 – 1 of 1) sorted by relevance
3449 auto& current_neighbor_iter = current_neighbor_stack.top(); in CheckForNodeFusion() local3451 if (current_neighbor_iter != nodes.back()->out_edges().end()) { in CheckForNodeFusion()3453 Node* neighbor_node = (*current_neighbor_iter)->dst(); in CheckForNodeFusion()