Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc94 SchedulingNode* instruction_node = GetNode(instruction); in AddDependencies() local
98 AddDataDependency(GetNode(use.GetUser()), instruction_node); in AddDependencies()
110 AddOtherDependency(other_node, instruction_node); in AddDependencies()
145 DCHECK(HasImmediateOtherDependency(other_node, instruction_node)); in AddDependencies()
149 AddOtherDependency(other_node, instruction_node); in AddDependencies()
163 AddOtherDependency(GetNode(use.GetUser()->GetHolder()), instruction_node); in AddDependencies()