Searched defs:instruction_list (Results 1 – 2 of 2) sorted by relevance
1088 static void Add(HInstructionList* instruction_list, in Add()1148 static void Remove(HInstructionList* instruction_list, in Remove()2368 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter()2382 void HInstructionList::AddBefore(HInstruction* cursor, const HInstructionList& instruction_list) { in AddBefore()2396 void HInstructionList::Add(const HInstructionList& instruction_list) { in Add()
539 const HInstructionList& instruction_list = instruction->IsPhi() ? in ContainedInItsBlockList() local