Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc279 HInstruction* taken_test = nullptr; in GenerateTakenTest() local
290 &taken_test, in GenerateTakenTest()
296 return taken_test; in GenerateTakenTest()
399 HInstruction* taken_test = nullptr; in GenerateTripCount() local
402 if (!GenerateCode(trip->op_b, nullptr, graph, block, &taken_test, false, false)) { in GenerateTripCount()
407 if (taken_test != nullptr) { in GenerateTripCount()
410 trip_expr = Insert(block, new (allocator) HSelect(taken_test, trip_expr, zero, kNoDexPc)); in GenerateTripCount()
977 /*out*/HInstruction** taken_test, in GenerateRangeOrLastValue() argument
1021 if (taken_test != nullptr) { in GenerateRangeOrLastValue()
1022 … return GenerateCode(trip->op_b, nullptr, graph, block, taken_test, in_body, /* is_min= */ false); in GenerateRangeOrLastValue()
Dinduction_var_range.h296 /*out*/ HInstruction** taken_test,
Dinduction_var_analysis.cc1048 InductionInfo* taken_test = CreateInvariantOp(op, lower_expr, upper_expr); in VisitTripCount() local
1050 AssignInfo(loop, control, CreateTripCount(tcKind, trip_count, taken_test, type)); in VisitTripCount()