Searched refs:next_node_in_sequence (Results 1 – 1 of 1) sorted by relevance
150 Node* next_node_in_sequence = nullptr; in ApplyStartingWithNode() local158 } else if (next_node_in_sequence == nullptr) { in ApplyStartingWithNode()159 next_node_in_sequence = dependent; in ApplyStartingWithNode()160 } else if (next_node_in_sequence != dependent) { in ApplyStartingWithNode()166 AddNodeToProcess(next_node_in_sequence); in ApplyStartingWithNode()172 if (!has_multiple_children && next_node_in_sequence) { in ApplyStartingWithNode()173 for (auto input : graph_->FindInputs(next_node_in_sequence->id)) { in ApplyStartingWithNode()177 AddNodeToProcess(next_node_in_sequence); in ApplyStartingWithNode()183 if (has_multiple_children || next_node_in_sequence == nullptr) { in ApplyStartingWithNode()188 sequence.push_back(next_node_in_sequence->id); in ApplyStartingWithNode()