Searched refs:existing_control_sources (Results 1 – 1 of 1) sorted by relevance
1099 absl::flat_hash_set<const Node*> existing_control_sources; in AddStrictInputSemantics() local1102 existing_control_sources.insert(edge->src()); in AddStrictInputSemantics()1106 const bool has_incoming_control_edges = !existing_control_sources.empty(); in AddStrictInputSemantics()1126 !existing_control_sources.contains(edge->src())) { in AddStrictInputSemantics()