Searched refs:SetReachable (Results 1 – 4 of 4) sorted by relevance
83 void SetReachable(const HloInstruction* a, const HloInstruction* b);
63 void HloReachabilityMap::SetReachable(const HloInstruction* a, in SetReachable() function in xla::HloReachabilityMap
55 reachability.SetReachable(a, a); in TEST_F()
87 predecessor_map->SetReachable(hlo, hlo); in GpuHloOrdering()