reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
350 if (ULO.TripCount != 0) 351 LLVM_DEBUG(dbgs() << " Trip Count = " << ULO.TripCount << "\n"); 357 if (ULO.TripCount != 0 && ULO.Count > ULO.TripCount) 357 if (ULO.TripCount != 0 && ULO.Count > ULO.TripCount) 358 ULO.Count = ULO.TripCount; 361 if (ULO.TripCount == 0 && ULO.Count < 2 && ULO.PeelCount == 0) { 368 assert(ULO.TripCount == 0 || ULO.TripCount % ULO.TripMultiple == 0); 368 assert(ULO.TripCount == 0 || ULO.TripCount % ULO.TripMultiple == 0); 371 bool CompletelyUnroll = ULO.Count == ULO.TripCount; 391 (ULO.TripCount == 0 && ULO.Count > 0 && ULO.AllowRuntime); 411 ULO.TripCount = SE->getSmallConstantTripCount(L, ExitingBlock); 450 if (ULO.TripCount != 0) { 451 BreakoutTrip = ULO.TripCount % ULO.Count; 463 << " with trip count " << ULO.TripCount << "!\n"); 469 << NV("UnrollCount", ULO.TripCount) << " iterations";