Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc1139 InductionOp tcKind = kTripCountInBodyUnsafe; // needs both tests in VisitTripCount() local
1141 tcKind = kTripCountInLoop; // needs neither test in VisitTripCount()
1143 tcKind = kTripCountInBody; // needs taken-test in VisitTripCount()
1145 tcKind = kTripCountInLoopUnsafe; // needs finite-test in VisitTripCount()
1160 AssignInfo(loop, control, CreateTripCount(tcKind, trip_count, taken_test, type)); in VisitTripCount()