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