Searched defs:GenerateCode (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_range.cc194 return GenerateCode(context,
208 if (!GenerateCode(context, instruction, graph, block, lower, upper, nullptr, &b1, &b2)) {
209 LOG(FATAL) << "Failed precondition: GenerateCode()";
218 if (!GenerateCode(context, context, graph, block, nullptr, nullptr, taken_test, &b1, &b2)) {
219 LOG(FATAL) << "Failed precondition: GenerateCode()";
605 bool InductionVarRange::GenerateCode(HInstruction* context, function in class:art::InductionVarRange
640 return GenerateCode(trip->op_b, nullptr, graph, block, taken_test, in_body, /* is_min */ false);
642 if (!GenerateCode(
651 GenerateCode(info, trip, graph, block, lower, in_body, /* is_min */ true)) &&
653 GenerateCode(inf
656 bool InductionVarRange::GenerateCode(HInductionVarAnalysis::InductionInfo* info, function in class:art::InductionVarRange
[all...]

Completed in 61 milliseconds