Searched refs:GetLoopControl (Results 1 – 1 of 1) sorted by relevance
154 static HInstruction* GetLoopControl(const HLoopInformation* loop) { in GetLoopControl() function173 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()