Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc1029 InductionOp tcKind = kTripCountInBodyUnsafe; // needs both tests in VisitTripCount() local
1031 tcKind = kTripCountInLoop; // needs neither test in VisitTripCount()
1033 tcKind = kTripCountInBody; // needs taken-test in VisitTripCount()
1035 tcKind = kTripCountInLoopUnsafe; // needs finite-test in VisitTripCount()
1050 AssignInfo(loop, control, CreateTripCount(tcKind, trip_count, taken_test, type)); in VisitTripCount()