Home
last modified time | relevance | path

Searched refs:TripCounts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h265 SmallVector<LoopTripCountTy, 3> TripCounts; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp579 TripCounts.push_back({L, TripCount}); in CacheCost()
712 for (const auto &TC : TripCounts) { in computeLoopCacheCost()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5231 auto EmbeddNewLoops = [&Result, &EmbeddNewLoop](ArrayRef<Value *> TripCounts, in tileLoops()
5233 for (auto P : enumerate(TripCounts)) { in tileLoops()