Searched refs:HUseList (Results 1 – 11 of 11) sorted by relevance
162 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand()
142 const HUseList<HInstruction*>& uses = check->GetUses(); in VisitClinitCheck()
166 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand()
1604 using HUseList = IntrusiveForwardList<HUseListNode<T>>; variable1615 HUserRecord(const HUserRecord<T>& old_record, typename HUseList<T>::iterator before_use_node) in HUserRecord()1617 HUserRecord(HInstruction* instruction, typename HUseList<T>::iterator before_use_node) in HUserRecord()1623 typename HUseList<T>::iterator GetBeforeUseNode() const { return before_use_node_; } in GetBeforeUseNode()1624 typename HUseList<T>::iterator GetUseNode() const { return ++GetBeforeUseNode(); } in GetUseNode()1631 typename HUseList<T>::iterator before_use_node_;2184 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfInput()2191 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfAllInputs()2197 const HUseList<HInstruction*>& GetUses() const { return uses_; } in GetUses()2198 const HUseList<HEnvironment*>& GetEnvUses() const { return env_uses_; } in GetEnvUses()[all …]
183 const HUseList<HInstruction*>& uses = obj->GetUses(); in RemoveNonNullControlDependences()
602 const HUseList<HInstruction*>& uses = value->GetUses(); in ConstructSubgraphClosedSSA()614 const HUseList<HEnvironment*>& env_uses = value->GetEnvUses(); in ConstructSubgraphClosedSSA()
1133 HUseList<HEnvironment*>::iterator before_use_node = env_use_record.GetBeforeUseNode(); in ReplaceInput()1299 const HUseList<HInstruction*>& uses = GetUses(); in ReplaceUsesDominatedBy()1321 const HUseList<HEnvironment*>& uses = GetEnvUses(); in ReplaceEnvUsesDominatedBy()1339 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in ReplaceInput()1402 const HUseList<HInstruction*>& uses = instruction->GetUses(); in RemoveConstructorFences()
412 const HUseList<HInstruction*>& uses = cond->GetUses(); in TryToEvaluateIfCondition()2452 const HUseList<HInstruction*>& uses = instruction->GetUses(); in TryReplaceWithLastValue()2468 const HUseList<HEnvironment*>& env_uses = instruction->GetEnvUses(); in TryReplaceWithLastValue()
165 const HUseList<HInstruction*>& uses = instruction->GetUses(); in FixOutsideUse()179 const HUseList<HEnvironment*>& env_uses = instruction->GetEnvUses(); in FixOutsideUse()
1835 const HUseList<HInstruction*>& uses = instruction->GetUses(); in InsertPhiNodes()1850 const HUseList<HEnvironment*>& env_uses = instruction->GetEnvUses(); in InsertPhiNodes()
261 const HUseList<HInstruction*>& uses = receiver->GetUses(); in BoundTypeIn()