Lines Matching refs:HInstructionList
991 static void Add(HInstructionList* instruction_list, in Add()
1047 static void Remove(HInstructionList* instruction_list, in Remove()
1160 void HInstructionList::AddInstruction(HInstruction* instruction) { in AddInstruction()
1172 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
1186 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
1200 void HInstructionList::RemoveInstruction(HInstruction* instruction) { in RemoveInstruction()
1215 bool HInstructionList::Contains(HInstruction* instruction) const { in Contains()
1224 bool HInstructionList::FoundBefore(const HInstruction* instruction1, in FoundBefore()
2051 size_t HInstructionList::CountSize() const { in CountSize()
2060 void HInstructionList::SetBlockOfInstructions(HBasicBlock* block) const { in SetBlockOfInstructions()
2068 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter()
2082 void HInstructionList::AddBefore(HInstruction* cursor, const HInstructionList& instruction_list) { in AddBefore()
2096 void HInstructionList::Add(const HInstructionList& instruction_list) { in Add()