Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc284 SchedulingNode* instruction_node = GetNode(instruction); in AddDependencies() local
288 AddDataDependency(GetNode(use.GetUser()), instruction_node); in AddDependencies()
304 AddOtherDependency(other_node, instruction_node); in AddDependencies()
339 DCHECK(HasImmediateOtherDependency(other_node, instruction_node)); in AddDependencies()
343 AddOtherDependency(other_node, instruction_node); in AddDependencies()
357 AddOtherDependency(GetNode(use.GetUser()->GetHolder()), instruction_node); in AddDependencies()