• Home
  • Raw
  • Download

Lines Matching defs:context

161 static bool IsContextInBody(const HBasicBlock* context, const HLoopInformation* loop) {  in IsContextInBody()
169 bool UseFullTripCount(const HBasicBlock* context, const HLoopInformation* loop, bool is_min) { in UseFullTripCount()
203 bool InductionVarRange::GetInductionRange(const HBasicBlock* context, in GetInductionRange()
243 bool InductionVarRange::CanGenerateRange(const HBasicBlock* context, in CanGenerateRange()
265 void InductionVarRange::GenerateRange(const HBasicBlock* context, in GenerateRange()
295 const HBasicBlock* context = loop_control->GetBlock(); in GenerateTakenTest() local
320 const HBasicBlock* context = instruction->GetBlock(); in CanGenerateLastValue() local
342 const HBasicBlock* context = instruction->GetBlock(); in GenerateLastValue() local
396 bool InductionVarRange::IsUnitStride(const HBasicBlock* context, in IsUnitStride()
429 const HBasicBlock* context = loop_control->GetBlock(); in GenerateTripCount() local
473 const HBasicBlock* context = loop_control->GetBlock(); in CheckForFiniteAndConstantProps() local
480 bool InductionVarRange::IsConstant(const HBasicBlock* context, in IsConstant()
513 const HBasicBlock* context, in HasInductionInfo()
532 bool InductionVarRange::IsWellBehavedTripCount(const HBasicBlock* context, in IsWellBehavedTripCount()
561 bool InductionVarRange::NeedsTripCount(const HBasicBlock* context, in NeedsTripCount()
597 InductionVarRange::Value InductionVarRange::GetLinear(const HBasicBlock* context, in GetLinear()
651 const HBasicBlock* context, in GetPolynomial()
680 InductionVarRange::Value InductionVarRange::GetGeometric(const HBasicBlock* context, in GetGeometric()
703 InductionVarRange::Value InductionVarRange::GetFetch(const HBasicBlock* context, in GetFetch()
787 InductionVarRange::Value InductionVarRange::GetVal(const HBasicBlock* context, in GetVal()
851 InductionVarRange::Value InductionVarRange::GetMul(const HBasicBlock* context, in GetMul()
888 InductionVarRange::Value InductionVarRange::GetDiv(const HBasicBlock* context, in GetDiv()
924 const HBasicBlock* context, in GetRem()
943 const HBasicBlock* context, in GetXor()
961 const HBasicBlock* context, in MulRangeAndConstant()
975 const HBasicBlock* context, in DivRangeAndConstant()
1051 bool InductionVarRange::GenerateRangeOrLastValue(const HBasicBlock* context, in GenerateRangeOrLastValue()
1135 bool InductionVarRange::GenerateLastValueLinear(const HBasicBlock* context, in GenerateLastValueLinear()
1203 bool InductionVarRange::GenerateLastValuePolynomial(const HBasicBlock* context, in GenerateLastValuePolynomial()
1246 bool InductionVarRange::GenerateLastValueGeometric(const HBasicBlock* context, in GenerateLastValueGeometric()
1305 bool InductionVarRange::GenerateLastValueWrapAround(const HBasicBlock* context, in GenerateLastValueWrapAround()
1330 bool InductionVarRange::GenerateLastValuePeriodic(const HBasicBlock* context, in GenerateLastValuePeriodic()
1435 bool InductionVarRange::GenerateCode(const HBasicBlock* context, in GenerateCode()
1682 bool InductionVarRange::TryGenerateAddWithoutOverflow(const HBasicBlock* context, in TryGenerateAddWithoutOverflow()
1727 bool InductionVarRange::TryGenerateSubWithoutOverflow(const HBasicBlock* context, in TryGenerateSubWithoutOverflow()
1768 bool InductionVarRange::TryGenerateTakenTest(const HBasicBlock* context, in TryGenerateTakenTest()