Home
last modified time | relevance | path

Searched refs:instruction1 (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc157 static bool Equal(HInstruction* instruction1, HInstruction* instruction2) { in Equal() argument
158 if (instruction1 == instruction2) { in Equal()
161 if (instruction1 == nullptr || instruction2 == nullptr) { in Equal()
164 instruction1 = HuntForDeclaration(instruction1); in Equal()
166 return instruction1 == instruction2; in Equal()
Dinduction_var_analysis_test.cc183 bool HaveSameInduction(HInstruction* instruction1, HInstruction* instruction2) { in HaveSameInduction() argument
185 iva_->LookupInfo(loop_body_[0]->GetLoopInformation(), instruction1), in HaveSameInduction()
Dnodes.cc1446 bool HInstructionList::FoundBefore(const HInstruction* instruction1, in FoundBefore() argument
1448 DCHECK_EQ(instruction1->GetBlock(), instruction2->GetBlock()); in FoundBefore()
1450 if (it.Current() == instruction1) { in FoundBefore()
Dnodes.h165 bool FoundBefore(const HInstruction* instruction1,