Searched refs:other_node (Results 1 – 1 of 1) sorted by relevance
297 SchedulingNode* other_node = GetNode(other); in AddDependencies() local298 CHECK(other_node != nullptr) in AddDependencies()302 bool other_is_barrier = other_node->IsSchedulingBarrier(); in AddDependencies()304 AddOtherDependency(other_node, instruction_node); in AddDependencies()335 SchedulingNode* other_node = GetNode(other); in AddDependencies() local336 if (other_node->IsSchedulingBarrier()) { in AddDependencies()339 DCHECK(HasImmediateOtherDependency(other_node, instruction_node)); in AddDependencies()343 AddOtherDependency(other_node, instruction_node); in AddDependencies()