Searched refs:GetFaninEdges (Results 1 – 4 of 4) sorted by relevance
299 absl::flat_hash_set<Edge> GetFaninEdges( in GetFaninEdges() function
499 graph_view.GetFaninEdges(*node, /*include_controlling_edges=*/false); in BM_GraphViewGetFaninEdges()
131 mutable_graph.GetFaninEdges(node, /*include_controlling_edges=*/true); in CheckGraph()133 immutable_graph.GetFaninEdges(node, /*include_controlling_edges=*/true); in CheckGraph()
2235 for (const GraphView::Edge fanin : shape_refiner->graph().GetFaninEdges( in UpdateMerge()