Home
last modified time | relevance | path

Searched refs:taken_test (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_range.h117 /*out*/ HInstruction** taken_test);
190 /*out*/ HInstruction** taken_test,
Dinduction_var_range.cc216 /*out*/HInstruction** taken_test) { in GenerateTakenTest() argument
218 if (!GenerateCode(context, context, graph, block, nullptr, nullptr, taken_test, &b1, &b2)) { in GenerateTakenTest()
611 /*out*/HInstruction** taken_test, in GenerateCode() argument
639 if (taken_test != nullptr) { in GenerateCode()
640 return GenerateCode(trip->op_b, nullptr, graph, block, taken_test, in_body, /* is_min */ false); in GenerateCode()
Dinduction_var_analysis.cc717 InductionInfo* taken_test = CreateInvariantOp(op, lower_expr, upper_expr); in VisitTripCount() local
720 CreateTripCount(tcKind, trip_count, taken_test, type)); in VisitTripCount()