Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc324 SchedulingNode* other_node = GetNode(other); in AddDependencies() local
325 CHECK(other_node != nullptr) in AddDependencies()
329 bool other_is_barrier = other_node->IsSchedulingBarrier(); in AddDependencies()
331 AddOtherDependency(other_node, instruction_node); in AddDependencies()
363 SchedulingNode* other_node = GetNode(other); in AddDependencies() local
364 if (other_node->IsSchedulingBarrier()) { in AddDependencies()
370 DCHECK(other_node->HasOtherDependency(instruction_node) in AddDependencies()
371 || other_node->HasDataDependency(instruction_node)); in AddDependencies()
379 AddOtherDependency(other_node, instruction_node); in AddDependencies()