Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp688 Value *getOrCreateVectorTripCount(Loop *NewLoop);
3140 Value *InnerLoopVectorizer::getOrCreateVectorTripCount(Loop *L) { in getOrCreateVectorTripCount() function in InnerLoopVectorizer
3561 Value *VectorTripCount = getOrCreateVectorTripCount(L); in completeLoopSkeleton()
3697 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); in createVectorizedLoopSkeleton()
4083 getOrCreateVectorTripCount(LI->getLoopFor(LoopVectorBody)), in fixVectorizedLoop()
8238 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); in createEpilogueVectorizedLoopSkeleton()
8389 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); in createEpilogueVectorizedLoopSkeleton()