Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc257 HInstruction* taken_test = nullptr; in GenerateTakenTest() local
268 &taken_test, in GenerateTakenTest()
274 return taken_test; in GenerateTakenTest()
377 HInstruction* taken_test = nullptr; in GenerateTripCount() local
380 if (!GenerateCode(trip->op_b, nullptr, graph, block, &taken_test, false, false)) { in GenerateTripCount()
385 if (taken_test != nullptr) { in GenerateTripCount()
388 trip_expr = Insert(block, new (allocator) HSelect(taken_test, trip_expr, zero, kNoDexPc)); in GenerateTripCount()
955 /*out*/HInstruction** taken_test, in GenerateRangeOrLastValue() argument
999 if (taken_test != nullptr) { in GenerateRangeOrLastValue()
1000 … 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()