Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc301 SchedulingNode* instruction_node = GetNode(instruction); in AddDependencies()
305 AddDataDependency(GetNode(use.GetUser()), instruction_node); in AddDependencies()
314 SchedulingNode* other_node = GetNode(other); in AddDependencies()
353 SchedulingNode* other_node = GetNode(other); in AddDependencies()
386 AddOtherDependency(GetNode(use.GetUser()->GetHolder()), instruction_node); in AddDependencies()
398 const SchedulingNode* node = GetNode(instruction); in HasImmediateDataDependency()
399 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateDataDependency()
417 const SchedulingNode* node = GetNode(instruction); in HasImmediateOtherDependency()
418 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateOtherDependency()
520 SchedulingNode* condition_node = (condition != nullptr) ? graph.GetNode(condition) : nullptr; in SelectMaterializedCondition()
Dscheduler.h272 SchedulingNode* GetNode(const HInstruction* instr) const { in GetNode() function