Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp638 Value *getOrCreateVectorTripCount(BasicBlock *InsertBlock);
2803 InnerLoopVectorizer::getOrCreateVectorTripCount(BasicBlock *InsertBlock) { in getOrCreateVectorTripCount() function in InnerLoopVectorizer
3070 Value *VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); in createInductionResumeValue()
3163 Value *VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); in completeLoopSkeleton()
3511 getOrCreateVectorTripCount(VectorLoop->getLoopPreheader()), in fixVectorizedLoop()
7615 ILV.getOrCreateVectorTripCount(nullptr), in executePlan()
7713 EPI.VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); in createEpilogueVectorizedLoopSkeleton()