Searched refs:instruction_node (Results 1 – 1 of 1) sorted by relevance
287 void SchedulingGraph::AddDependencies(SchedulingNode* instruction_node, in AddDependencies() argument289 HInstruction* instruction = instruction_node->GetInstruction(); in AddDependencies()293 AddDataDependency(GetNode(use.GetUser()), instruction_node); in AddDependencies()309 AddOtherDependency(other_node, instruction_node); in AddDependencies()348 DCHECK(other_node->HasOtherDependency(instruction_node) in AddDependencies()349 || other_node->HasDataDependency(instruction_node)); in AddDependencies()357 AddOtherDependency(other_node, instruction_node); in AddDependencies()378 AddOtherDependency(GetNode(use.GetUser()->GetHolder()), instruction_node); in AddDependencies()382 AddCrossIterationDependencies(instruction_node); in AddDependencies()