Searched refs:from_nodes (Results 1 – 1 of 1) sorted by relevance
1957 NodeVector* from_nodes = scheduled_nodes_[from->id().ToSize()]; in MovePlannedNodes() local1959 if (!from_nodes) return; in MovePlannedNodes()1961 for (Node* const node : *from_nodes) { in MovePlannedNodes()1965 to_nodes->insert(to_nodes->end(), from_nodes->begin(), from_nodes->end()); in MovePlannedNodes()1966 from_nodes->clear(); in MovePlannedNodes()