Searched refs:fanout_index (Results 1 – 2 of 2) sorted by relevance
183 int port_index, int fanout_index) in MutableFanoutView() argument185 fanout_index_(fanout_index) {} in MutableFanoutView()
1460 const int curr_index, const int fanout_index, in SortTopologically()1466 IsMerge(graph_->node(fanout_index))) { in SortTopologically()1469 auto& fanout_traversal_state = (*traversal_state)[fanout_index]; in SortTopologically()1472 edges_in_cycle->push_back({curr_index, fanout_index}); in SortTopologically()1475 recursion_stack->push_back({fanout_index, ENTER}); in SortTopologically()