Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp440 Value *getOrCreateTripCount(Loop *NewLoop);
2755 Value *InnerLoopVectorizer::getOrCreateTripCount(Loop *L) { in getOrCreateTripCount() function in InnerLoopVectorizer
2804 Value *TC = getOrCreateTripCount(L); in getOrCreateVectorTripCount()
2834 Value *Count = getOrCreateTripCount(L); in emitMinimumIterationCountCheck()
3022 Value *Count = getOrCreateTripCount(Lp); in createEmptyLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp566 Value *getOrCreateTripCount(Loop *NewLoop);
2593 Value *InnerLoopVectorizer::getOrCreateTripCount(Loop *L) { in getOrCreateTripCount() function in InnerLoopVectorizer
2642 Value *TC = getOrCreateTripCount(L); in getOrCreateVectorTripCount()
2702 Value *Count = getOrCreateTripCount(L); in emitMinimumIterationCountCheck()
2869 Value *Count = getOrCreateTripCount(Lp); in createVectorizedLoopSkeleton()