Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc298 SchedulingNode* def_node = GetNode(phi_input); in AddCrossIterationDependencies()
321 AddDataDependency(GetNode(use.GetUser()), instruction_node); in AddDependencies()
330 SchedulingNode* other_node = GetNode(other); in AddDependencies()
369 SchedulingNode* other_node = GetNode(other); in AddDependencies()
406 AddOtherDependency(GetNode(use.GetUser()->GetHolder()), instruction_node); in AddDependencies()
504 SchedulingNode* condition_node = (condition != nullptr) ? graph.GetNode(condition) : nullptr; in SelectMaterializedCondition()
Dscheduler_test.cc361 const SchedulingNode* node = GetNode(instruction); in HasImmediateDataDependency()
362 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateDataDependency()
375 const SchedulingNode* node = GetNode(instruction); in HasImmediateOtherDependency()
376 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateOtherDependency()
Dscheduler.h340 SchedulingNode* GetNode(const HInstruction* instr) const { in GetNode() function