Searched refs:other_predecessors_ (Results 1 – 1 of 1) sorted by relevance
166 other_predecessors_(allocator->Adapter(kArenaAllocScheduler)), in SchedulingNode()191 other_predecessors_.push_back(predecessor); in AddOtherPredecessor()196 return other_predecessors_; in GetOtherPredecessors()224 return ContainsElement(other_predecessors_, node); in HasOtherDependency()257 ScopedArenaVector<SchedulingNode*> other_predecessors_; variable