Searched refs:instruction_node (Results 1 – 1 of 1) sorted by relevance
315 void SchedulingGraph::AddDependencies(SchedulingNode* instruction_node, in AddDependencies() argument317 HInstruction* instruction = instruction_node->GetInstruction(); in AddDependencies()321 AddDataDependency(GetNode(use.GetUser()), instruction_node); in AddDependencies()337 AddOtherDependency(other_node, instruction_node); in AddDependencies()376 DCHECK(other_node->HasOtherDependency(instruction_node) in AddDependencies()377 || other_node->HasDataDependency(instruction_node)); in AddDependencies()385 AddOtherDependency(other_node, instruction_node); in AddDependencies()406 AddOtherDependency(GetNode(use.GetUser()->GetHolder()), instruction_node); in AddDependencies()410 AddCrossIterationDependencies(instruction_node); in AddDependencies()