Lines Matching refs:context
68 bool GetInductionRange(const HBasicBlock* context,
81 bool CanGenerateRange(const HBasicBlock* context,
101 void GenerateRange(const HBasicBlock* context,
181 bool IsUnitStride(const HBasicBlock* context,
215 bool IsConstant(const HBasicBlock* context,
222 bool HasInductionInfo(const HBasicBlock* context,
229 bool NeedsTripCount(const HBasicBlock* context,
235 bool IsWellBehavedTripCount(const HBasicBlock* context,
239 Value GetLinear(const HBasicBlock* context,
244 Value GetPolynomial(const HBasicBlock* context,
249 Value GetGeometric(const HBasicBlock* context,
254 Value GetFetch(const HBasicBlock* context,
259 Value GetVal(const HBasicBlock* context,
264 Value GetMul(const HBasicBlock* context,
270 Value GetDiv(const HBasicBlock* context,
276 Value GetRem(const HBasicBlock* context,
280 Value GetXor(const HBasicBlock* context,
285 Value MulRangeAndConstant(const HBasicBlock* context,
291 Value DivRangeAndConstant(const HBasicBlock* context,
309 bool GenerateRangeOrLastValue(const HBasicBlock* context,
321 bool GenerateLastValueLinear(const HBasicBlock* context,
331 bool GenerateLastValuePolynomial(const HBasicBlock* context,
339 bool GenerateLastValueGeometric(const HBasicBlock* context,
347 bool GenerateLastValueWrapAround(const HBasicBlock* context,
355 bool GenerateLastValuePeriodic(const HBasicBlock* context,
364 bool GenerateCode(const HBasicBlock* context,
375 bool TryGenerateAddWithoutOverflow(const HBasicBlock* context,
383 bool TryGenerateSubWithoutOverflow(const HBasicBlock* context,
392 bool TryGenerateTakenTest(const HBasicBlock* context,