Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc301 SchedulingNode* instruction_node = GetNode(instruction); in AddDependencies() local
305 AddDataDependency(GetNode(use.GetUser()), instruction_node); in AddDependencies()
321 AddOtherDependency(other_node, instruction_node); in AddDependencies()
357 DCHECK(HasImmediateOtherDependency(other_node, instruction_node)); in AddDependencies()
365 AddOtherDependency(other_node, instruction_node); in AddDependencies()
386 AddOtherDependency(GetNode(use.GetUser()->GetHolder()), instruction_node); in AddDependencies()