Lines Matching defs:context
160 static bool IsContextInBody(const HBasicBlock* context, const HLoopInformation* loop) { in IsContextInBody()
168 bool UseFullTripCount(const HBasicBlock* context, const HLoopInformation* loop, bool is_min) { in UseFullTripCount()
202 bool InductionVarRange::GetInductionRange(const HBasicBlock* context, in GetInductionRange()
242 bool InductionVarRange::CanGenerateRange(const HBasicBlock* context, in CanGenerateRange()
264 void InductionVarRange::GenerateRange(const HBasicBlock* context, in GenerateRange()
291 const HBasicBlock* context = loop_control->GetBlock(); in GenerateTakenTest() local
313 const HBasicBlock* context = instruction->GetBlock(); in CanGenerateLastValue() local
335 const HBasicBlock* context = instruction->GetBlock(); in GenerateLastValue() local
381 bool InductionVarRange::IsUnitStride(const HBasicBlock* context, in IsUnitStride()
414 const HBasicBlock* context = loop_control->GetBlock(); in GenerateTripCount() local
458 const HBasicBlock* context = loop_control->GetBlock(); in CheckForFiniteAndConstantProps() local
465 bool InductionVarRange::IsConstant(const HBasicBlock* context, in IsConstant()
498 const HBasicBlock* context, in HasInductionInfo()
517 bool InductionVarRange::IsWellBehavedTripCount(const HBasicBlock* context, in IsWellBehavedTripCount()
546 bool InductionVarRange::NeedsTripCount(const HBasicBlock* context, in NeedsTripCount()
582 InductionVarRange::Value InductionVarRange::GetLinear(const HBasicBlock* context, in GetLinear()
636 const HBasicBlock* context, in GetPolynomial()
665 InductionVarRange::Value InductionVarRange::GetGeometric(const HBasicBlock* context, in GetGeometric()
688 InductionVarRange::Value InductionVarRange::GetFetch(const HBasicBlock* context, in GetFetch()
772 InductionVarRange::Value InductionVarRange::GetVal(const HBasicBlock* context, in GetVal()
836 InductionVarRange::Value InductionVarRange::GetMul(const HBasicBlock* context, in GetMul()
873 InductionVarRange::Value InductionVarRange::GetDiv(const HBasicBlock* context, in GetDiv()
909 const HBasicBlock* context, in GetRem()
928 const HBasicBlock* context, in GetXor()
946 const HBasicBlock* context, in MulRangeAndConstant()
960 const HBasicBlock* context, in DivRangeAndConstant()
1036 bool InductionVarRange::GenerateRangeOrLastValue(const HBasicBlock* context, in GenerateRangeOrLastValue()
1120 bool InductionVarRange::GenerateLastValueLinear(const HBasicBlock* context, in GenerateLastValueLinear()
1168 bool InductionVarRange::GenerateLastValuePolynomial(const HBasicBlock* context, in GenerateLastValuePolynomial()
1211 bool InductionVarRange::GenerateLastValueGeometric(const HBasicBlock* context, in GenerateLastValueGeometric()
1270 bool InductionVarRange::GenerateLastValueWrapAround(const HBasicBlock* context, in GenerateLastValueWrapAround()
1295 bool InductionVarRange::GenerateLastValuePeriodic(const HBasicBlock* context, in GenerateLastValuePeriodic()
1402 bool InductionVarRange::GenerateCode(const HBasicBlock* context, in GenerateCode()