Home
last modified time | relevance | path

Searched refs:HUseList (Results 1 – 11 of 11) sorted by relevance

/art/compiler/optimizing/
Dprepare_for_register_allocation.cc142 const HUseList<HInstruction*>& uses = check->GetUses(); in VisitClinitCheck()
Dinstruction_simplifier_arm.cc164 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_arm64.cc168 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand()
Dnodes.h1675 using HUseList = IntrusiveForwardList<HUseListNode<T>>; variable
1686 HUserRecord(const HUserRecord<T>& old_record, typename HUseList<T>::iterator before_use_node) in HUserRecord()
1688 HUserRecord(HInstruction* instruction, typename HUseList<T>::iterator before_use_node) in HUserRecord()
1694 typename HUseList<T>::iterator GetBeforeUseNode() const { return before_use_node_; } in GetBeforeUseNode()
1695 typename HUseList<T>::iterator GetUseNode() const { return ++GetBeforeUseNode(); } in GetUseNode()
1702 typename HUseList<T>::iterator before_use_node_;
2256 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfInput()
2263 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfAllInputs()
2269 const HUseList<HInstruction*>& GetUses() const { return uses_; } in GetUses()
2270 const HUseList<HEnvironment*>& GetEnvUses() const { return env_uses_; } in GetEnvUses()
[all …]
Ddead_code_elimination.cc183 const HUseList<HInstruction*>& uses = obj->GetUses(); in RemoveNonNullControlDependences()
Dsuperblock_cloner.cc642 const HUseList<HInstruction*>& uses = value->GetUses(); in ConstructSubgraphClosedSSA()
654 const HUseList<HEnvironment*>& env_uses = value->GetEnvUses(); in ConstructSubgraphClosedSSA()
Dnodes.cc1132 HUseList<HEnvironment*>::iterator before_use_node = env_use_record.GetBeforeUseNode(); in ReplaceInput()
1298 const HUseList<HInstruction*>& uses = GetUses(); in ReplaceUsesDominatedBy()
1320 const HUseList<HEnvironment*>& uses = GetEnvUses(); in ReplaceEnvUsesDominatedBy()
1338 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in ReplaceInput()
1401 const HUseList<HInstruction*>& uses = instruction->GetUses(); in RemoveConstructorFences()
Dloop_optimization.cc412 const HUseList<HInstruction*>& uses = cond->GetUses(); in TryToEvaluateIfCondition()
2419 const HUseList<HInstruction*>& uses = instruction->GetUses(); in TryReplaceWithLastValue()
2435 const HUseList<HEnvironment*>& env_uses = instruction->GetEnvUses(); in TryReplaceWithLastValue()
Dinduction_var_analysis.cc165 const HUseList<HInstruction*>& uses = instruction->GetUses(); in FixOutsideUse()
179 const HUseList<HEnvironment*>& env_uses = instruction->GetEnvUses(); in FixOutsideUse()
Dbounds_check_elimination.cc1936 const HUseList<HInstruction*>& uses = instruction->GetUses(); in InsertPhiNodes()
1951 const HUseList<HEnvironment*>& env_uses = instruction->GetEnvUses(); in InsertPhiNodes()
Dreference_type_propagation.cc222 const HUseList<HInstruction*>& uses = receiver->GetUses(); in BoundTypeIn()