Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dscheduler.h188 if (HasOtherDependency(predecessor) || HasDataDependency(predecessor)) { in AddOtherPredecessor()
223 bool HasOtherDependency(const SchedulingNode* node) const { in HasOtherDependency() function
H A Dscheduler_test.cc385 return node->HasOtherDependency(other); in HasImmediateOtherDependency()
H A Dscheduler.cc370 DCHECK(other_node->HasOtherDependency(instruction_node) in AddDependencies()