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