Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc330 SchedulingNode* other_node = GetNode(other); in AddDependencies() local
331 CHECK(other_node != nullptr) in AddDependencies()
335 bool other_is_barrier = other_node->IsSchedulingBarrier(); in AddDependencies()
337 AddOtherDependency(other_node, instruction_node); in AddDependencies()
369 SchedulingNode* other_node = GetNode(other); in AddDependencies() local
370 if (other_node->IsSchedulingBarrier()) { in AddDependencies()
376 DCHECK(other_node->HasOtherDependency(instruction_node) in AddDependencies()
377 || other_node->HasDataDependency(instruction_node)); in AddDependencies()
385 AddOtherDependency(other_node, instruction_node); in AddDependencies()