Searched refs:control_ret_nodes_map (Results 1 – 1 of 1) sorted by relevance
693 absl::flat_hash_map<const Node*, int> control_ret_nodes_map; in GetValidControlRets() local696 control_ret_nodes_map[n] = i; in GetValidControlRets()702 auto iter = control_ret_nodes_map.find(n); in GetValidControlRets()703 if (iter != control_ret_nodes_map.end()) { in GetValidControlRets()