Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp682 Value *getOrCreateTripCount(Loop *NewLoop);
3119 Value *InnerLoopVectorizer::getOrCreateTripCount(Loop *L) { in getOrCreateTripCount() function in InnerLoopVectorizer
3170 Value *TC = getOrCreateTripCount(L); in getOrCreateVectorTripCount()
3248 Value *Count = getOrCreateTripCount(L); in emitMinimumIterationCountCheck()
3602 Value *Count = getOrCreateTripCount(L); in completeLoopSkeleton()
3703 getOrCreateTripCount(OrigLoop); in createVectorizedLoopSkeleton()
8152 State.TripCount = ILV.getOrCreateTripCount(nullptr); in executePlan()
8373 Value *Count = getOrCreateTripCount(L); in emitMinimumIterationCountCheck()