Home
last modified time | relevance | path

Searched refs:HuntForDeclaration (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc164 instruction1 = HuntForDeclaration(instruction1); in Equal()
165 instruction2 = HuntForDeclaration(instruction2); in Equal()
1396 HInstruction* hint = HuntForDeclaration(context->InputAt(1)); in InductionRangeFitsIn()
Dinduction_var_range.cc104 return HuntForDeclaration(instruction) == hint; in IsMaxAtHint()
Dnodes.h8040 inline HInstruction* HuntForDeclaration(HInstruction* instruction) { in HuntForDeclaration() function