Searched refs:instruction1 (Results 1 – 4 of 4) sorted by relevance
171 static bool Equal(HInstruction* instruction1, HInstruction* instruction2) { in Equal() argument172 if (instruction1 == instruction2) { in Equal()175 if (instruction1 == nullptr || instruction2 == nullptr) { in Equal()178 instruction1 = HuntForDeclaration(instruction1); in Equal()180 return instruction1 == instruction2; in Equal()
161 bool HaveSameInduction(HInstruction* instruction1, HInstruction* instruction2) { in HaveSameInduction() argument163 iva_->LookupInfo(loop_body_[0]->GetLoopInformation(), instruction1), in HaveSameInduction()
1025 bool HInstructionList::FoundBefore(const HInstruction* instruction1, in FoundBefore() argument1027 DCHECK_EQ(instruction1->GetBlock(), instruction2->GetBlock()); in FoundBefore()1029 if (it.Current() == instruction1) { in FoundBefore()
128 bool FoundBefore(const HInstruction* instruction1,