Home
last modified time | relevance | path

Searched refs:computeTripCount (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp109 static const SCEV *computeTripCount(const Loop &L, const SCEV &ElemSize, in computeTripCount() function
286 const SCEV *TripCount = computeTripCount(L, *Sizes.back(), SE); in computeRefCost()
324 computeTripCount(*AR->getLoop(), *Sizes.back(), SE); in computeRefCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp98 static const SCEV *computeTripCount(const Loop &L, ScalarEvolution &SE) { in computeTripCount() function
269 const SCEV *TripCount = computeTripCount(L, SE); in computeRefCost()