Searched refs:already_bound_for_this_function (Results 1 – 1 of 1) sorted by relevance
53 absl::flat_hash_set<const HloInstruction*> already_bound_for_this_function; in EmitBasePointersForHlos() local59 if (!already_bound_for_this_function.contains(io_hlo)) { in EmitBasePointersForHlos()61 already_bound_for_this_function.insert(io_hlo); in EmitBasePointersForHlos()71 if (already_bound_for_this_function.contains(non_io_hlo)) { in EmitBasePointersForHlos()74 already_bound_for_this_function.insert(non_io_hlo); in EmitBasePointersForHlos()