Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc270 SchedulingNode* def_node = GetNode(phi_input); in AddCrossIterationDependencies()
293 AddDataDependency(GetNode(use.GetUser()), instruction_node); in AddDependencies()
302 SchedulingNode* other_node = GetNode(other); in AddDependencies()
341 SchedulingNode* other_node = GetNode(other); in AddDependencies()
378 AddOtherDependency(GetNode(use.GetUser()->GetHolder()), instruction_node); in AddDependencies()
476 SchedulingNode* condition_node = (condition != nullptr) ? graph.GetNode(condition) : nullptr; in SelectMaterializedCondition()
Dscheduler_test.cc362 const SchedulingNode* node = GetNode(instruction); in HasImmediateDataDependency()
363 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateDataDependency()
376 const SchedulingNode* node = GetNode(instruction); in HasImmediateOtherDependency()
377 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateOtherDependency()
Dscheduler.h341 SchedulingNode* GetNode(const HInstruction* instr) const { in GetNode() function