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