Searched refs:TripCounts (Results 1 – 3 of 3) sorted by relevance
265 SmallVector<LoopTripCountTy, 3> TripCounts; variable
579 TripCounts.push_back({L, TripCount}); in CacheCost()712 for (const auto &TC : TripCounts) { in computeLoopCacheCost()
5231 auto EmbeddNewLoops = [&Result, &EmbeddNewLoop](ArrayRef<Value *> TripCounts, in tileLoops()5233 for (auto P : enumerate(TripCounts)) { in tileLoops()