Searched refs:tcKind (Results 1 – 1 of 1) sorted by relevance
1029 InductionOp tcKind = kTripCountInBodyUnsafe; // needs both tests in VisitTripCount() local1031 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()