Home
last modified time | relevance | path

Searched refs:other_node (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dscheduler.cc297 SchedulingNode* other_node = GetNode(other); in AddDependencies() local
298 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() local
336 if (other_node->IsSchedulingBarrier()) { in AddDependencies()
339 DCHECK(HasImmediateOtherDependency(other_node, instruction_node)); in AddDependencies()
343 AddOtherDependency(other_node, instruction_node); in AddDependencies()