Lines Matching refs:context
126 bool InductionVarRange::GetInductionRange(HInstruction* context, in GetInductionRange() argument
131 HLoopInformation* loop = context->GetBlock()->GetLoopInformation(); // closest enveloping loop in GetInductionRange()
153 bool in_body = context->GetBlock() != header; in GetInductionRange()
190 bool InductionVarRange::CanGenerateCode(HInstruction* context, in CanGenerateCode() argument
194 return GenerateCode(context, in CanGenerateCode()
201 void InductionVarRange::GenerateRangeCode(HInstruction* context, in GenerateRangeCode() argument
208 if (!GenerateCode(context, instruction, graph, block, lower, upper, nullptr, &b1, &b2)) { in GenerateRangeCode()
213 void InductionVarRange::GenerateTakenTest(HInstruction* context, in GenerateTakenTest() argument
218 if (!GenerateCode(context, context, graph, block, nullptr, nullptr, taken_test, &b1, &b2)) { in GenerateTakenTest()
605 bool InductionVarRange::GenerateCode(HInstruction* context, in GenerateCode() argument
614 HLoopInformation* loop = context->GetBlock()->GetLoopInformation(); // closest enveloping loop in GenerateCode()
624 bool in_body = context->GetBlock() != header; in GenerateCode()