Lines Matching refs:loop_control
184 HInstruction* loop_control = GetLoopControl(loop); in UseFullTripCount() local
185 HBasicBlock* then_block = loop_control->AsIf()->IfTrueSuccessor(); in UseFullTripCount()
186 HBasicBlock* else_block = loop_control->AsIf()->IfFalseSuccessor(); in UseFullTripCount()
291 HInstruction* InductionVarRange::GenerateTakenTest(HInstruction* loop_control, in GenerateTakenTest() argument
294 const HBasicBlock* context = loop_control->GetBlock(); in GenerateTakenTest()
300 loop_control, in GenerateTakenTest()
420 HInstruction* loop_control = GetLoopControl(loop); in GenerateTripCount() local
421 HInductionVarAnalysis::InductionInfo *trip = induction_analysis_->LookupInfo(loop, loop_control); in GenerateTripCount()
423 const HBasicBlock* context = loop_control->GetBlock(); in GenerateTripCount()
464 HInstruction* loop_control = GetLoopControl(loop); in CheckForFiniteAndConstantProps() local
465 HInductionVarAnalysis::InductionInfo *trip = induction_analysis_->LookupInfo(loop, loop_control); in CheckForFiniteAndConstantProps()
467 const HBasicBlock* context = loop_control->GetBlock(); in CheckForFiniteAndConstantProps()