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