Searched refs:GetOtherPredecessors (Results 1 – 2 of 2) sorted by relevance
383 return ContainsElement(node->GetOtherPredecessors(), other); in HasImmediateOtherDependency()434 for (const SchedulingNode* predecessor : node->GetOtherPredecessors()) { in DumpAsDotNode()626 for (SchedulingNode* predecessor : scheduling_node->GetOtherPredecessors()) { in Schedule()
185 const ScopedArenaVector<SchedulingNode*>& GetOtherPredecessors() const { in GetOtherPredecessors() function