Searched refs:GlobalPredecessors (Results 1 – 2 of 2) sorted by relevance
41 std::vector<HloInstruction*> HloModuleGroupUtil::GlobalPredecessors( in GlobalPredecessors() function in xla::HloModuleGroupUtil224 for (HloInstruction* predecessor : GlobalPredecessors(instruction)) { in CycleToString()300 for (HloInstruction* predecessor : GlobalPredecessors(instruction)) { in VisitTopologicalOrder()365 reachability->FastSetReachabilityToUnion(GlobalPredecessors(hlo), hlo); in ComputeReachability()378 if (reachability_map->SetReachabilityToUnion(GlobalPredecessors(item), in UpdateReachabilityThroughInstruction()
47 std::vector<HloInstruction*> GlobalPredecessors(HloInstruction* instruction);