Searched refs:regular_fanout (Results 1 – 4 of 4) sorted by relevance
125 for (const auto& regular_fanout : regular_fanouts_port_i) { in InferFromGraphViewT() local128 regular_fanout.node_index())); in InferFromGraphViewT()
718 for (const auto& regular_fanout : regular_fanouts) { in RemovedOrMissingNodeFanoutsWellFormed() local720 MutableNodeView* fanout_view = regular_fanout.node_view(); in RemovedOrMissingNodeFanoutsWellFormed()733 if (regular_fanout.index() > last_index) { in RemovedOrMissingNodeFanoutsWellFormed()738 if (diff.regular_inputs_to_update.find(regular_fanout.index()) == in RemovedOrMissingNodeFanoutsWellFormed()1360 for (auto& regular_fanout : regular_fanouts) { in RemoveNodesInternal() local1362 MutableNodeView* fanout_node_view = regular_fanout.node_view(); in RemoveNodesInternal()1363 fanout_node_view->regular_fanins_[regular_fanout.fanin_index_] in RemoveNodesInternal()1488 for (const auto& regular_fanout : regular_fanouts_port_i) { in SortTopologically() local1489 push_onto_stack(curr_index, regular_fanout.node_index_, recursion_stack, in SortTopologically()1608 for (MutableFaninView& regular_fanout : regular_fanouts_port_i) { in SortTopologically()[all …]
251 for (const auto& regular_fanout : node->GetRegularFanout(0)) { in EraseCancellableNodes() local252 mutation->AddOrUpdateRegularFanin(regular_fanout.node_view(), in EraseCancellableNodes()253 regular_fanout.index(), in EraseCancellableNodes()
212 for (const auto& regular_fanout : node->GetRegularFanout(port)) { in VerifyRegularFanoutMatch() local213 if (regular_fanout.node_view()->GetName() == fanout_name && in VerifyRegularFanoutMatch()214 regular_fanout.index() == fanout_port) { in VerifyRegularFanoutMatch()