Searched refs:HUseList (Results 1 – 12 of 12) sorted by relevance
164 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand()
142 const HUseList<HInstruction*>& uses = check->GetUses(); in VisitClinitCheck()
168 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand()
1717 using HUseList = IntrusiveForwardList<HUseListNode<T>>; variable1728 HUserRecord(const HUserRecord<T>& old_record, typename HUseList<T>::iterator before_use_node) in HUserRecord()1730 HUserRecord(HInstruction* instruction, typename HUseList<T>::iterator before_use_node) in HUserRecord()1736 typename HUseList<T>::iterator GetBeforeUseNode() const { return before_use_node_; } in GetBeforeUseNode()1737 typename HUseList<T>::iterator GetUseNode() const { return ++GetBeforeUseNode(); } in GetUseNode()1744 typename HUseList<T>::iterator before_use_node_;2372 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfInput()2379 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfAllInputs()2385 const HUseList<HInstruction*>& GetUses() const { return uses_; } in GetUses()2386 const HUseList<HEnvironment*>& GetEnvUses() const { return env_uses_; } in GetEnvUses()[all …]
1306 HUseList<HEnvironment*>::iterator before_use_node = env_use_record.GetBeforeUseNode(); in ReplaceInput()1521 const HUseList<HInstruction*>& uses = GetUses(); in ReplaceUsesDominatedBy()1543 const HUseList<HEnvironment*>& uses = GetEnvUses(); in ReplaceEnvUsesDominatedBy()1561 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in ReplaceInput()1624 const HUseList<HInstruction*>& uses = instruction->GetUses(); in RemoveConstructorFences()1987 std::ostream& operator<<(std::ostream& os, const HUseList<HInstruction*>& lst) { in operator <<()2002 std::ostream& operator<<(std::ostream& os, const HUseList<HEnvironment*>& lst) { in operator <<()
183 const HUseList<HInstruction*>& uses = obj->GetUses(); in RemoveNonNullControlDependences()
642 const HUseList<HInstruction*>& uses = value->GetUses(); in ConstructSubgraphClosedSSA()654 const HUseList<HEnvironment*>& env_uses = value->GetEnvUses(); in ConstructSubgraphClosedSSA()
412 const HUseList<HInstruction*>& uses = cond->GetUses(); in TryToEvaluateIfCondition()2523 const HUseList<HInstruction*>& uses = instruction->GetUses(); in TryReplaceWithLastValue()2539 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()
1936 const HUseList<HInstruction*>& uses = instruction->GetUses(); in InsertPhiNodes()1951 const HUseList<HEnvironment*>& env_uses = instruction->GetEnvUses(); in InsertPhiNodes()
251 const HUseList<HInstruction*>& uses = receiver->GetUses(); in BoundTypeIn()
1055 const HUseList<HEnvironment*>& env_uses = reference->GetEnvUses(); in VisitDeoptimize()