Searched refs:reach_set (Results 1 – 2 of 2) sorted by relevance
147 for (HloInstruction* instruction : instruction_domains_.back()->reach_set) { in InsertDomain()160 if (domain->reach_set.insert(current_instruction).second) { in ExpandDomain()200 MakeNonDomainInstructions(domain->reach_set, instructions_order); in CreateDomain()
45 absl::flat_hash_set<HloInstruction*> reach_set; member