Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc154 static HInstruction* GetLoopControl(const HLoopInformation* loop) { in GetLoopControl() function
173 DCHECK(GetLoopControl(loop)->IsIf()); in UseFullTripCount()
174 DCHECK_NE(loop->Contains(*GetLoopControl(loop)->AsIf()->IfTrueSuccessor()), in UseFullTripCount()
175 loop->Contains(*GetLoopControl(loop)->AsIf()->IfFalseSuccessor())); in UseFullTripCount()
184 HInstruction* loop_control = GetLoopControl(loop); in UseFullTripCount()
374 ReplaceInduction(induction_analysis_->LookupInfo(lp, GetLoopControl(lp)), fetch, replacement); in Replace()
420 HInstruction* loop_control = GetLoopControl(loop); in GenerateTripCount()
464 HInstruction* loop_control = GetLoopControl(loop); in CheckForFiniteAndConstantProps()
519 *trip = induction_analysis_->LookupInfo(lp, GetLoopControl(lp)); in HasInductionInfo()