Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dprepare_for_register_allocation.cc114 const HUseList<HInstruction*>& uses = check->GetUses(); in VisitClinitCheck()
Dinstruction_simplifier_arm.cc162 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_arm64.cc166 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand()
Dnodes.h1567 using HUseList = IntrusiveForwardList<HUseListNode<T>>; variable
1578 HUserRecord(const HUserRecord<T>& old_record, typename HUseList<T>::iterator before_use_node) in HUserRecord()
1580 HUserRecord(HInstruction* instruction, typename HUseList<T>::iterator before_use_node) in HUserRecord()
1586 typename HUseList<T>::iterator GetBeforeUseNode() const { return before_use_node_; } in GetBeforeUseNode()
1587 typename HUseList<T>::iterator GetUseNode() const { return ++GetBeforeUseNode(); } in GetUseNode()
1594 typename HUseList<T>::iterator before_use_node_;
2101 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfInput()
2108 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfAllInputs()
2114 const HUseList<HInstruction*>& GetUses() const { return uses_; } in GetUses()
2115 const HUseList<HEnvironment*>& GetEnvUses() const { return env_uses_; } in GetEnvUses()
[all …]
Ddead_code_elimination.cc183 const HUseList<HInstruction*>& uses = obj->GetUses(); in RemoveNonNullControlDependences()
Dssa_builder.cc432 const HUseList<HEnvironment*>& env_uses = instruction->GetEnvUses(); in HasAliasInEnvironments()
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.cc1833 const HUseList<HInstruction*>& uses = instruction->GetUses(); in InsertPhiNodes()
1848 const HUseList<HEnvironment*>& env_uses = instruction->GetEnvUses(); in InsertPhiNodes()
Dnodes.cc1279 const HUseList<HInstruction*>& uses = GetUses(); in ReplaceUsesDominatedBy()
1297 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in ReplaceInput()
1360 const HUseList<HInstruction*>& uses = instruction->GetUses(); in RemoveConstructorFences()
Dreference_type_propagation.cc242 const HUseList<HInstruction*>& uses = receiver->GetUses(); in BoundTypeIn()
Dloop_optimization.cc2347 const HUseList<HInstruction*>& uses = instruction->GetUses(); in TryReplaceWithLastValue()
2363 const HUseList<HEnvironment*>& env_uses = instruction->GetEnvUses(); in TryReplaceWithLastValue()