Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp592 Value *getOrCreateVectorTripCount(BasicBlock *InsertBlock);
2880 InnerLoopVectorizer::getOrCreateVectorTripCount(BasicBlock *InsertBlock) { in getOrCreateVectorTripCount() function in InnerLoopVectorizer
3141 Value *VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); in createInductionResumeValue()
3220 Value *VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); in completeLoopSkeleton()
3693 getOrCreateVectorTripCount(VectorLoop->getLoopPreheader()), in fixVectorizedLoop()
7686 ILV.getOrCreateVectorTripCount(nullptr), in executePlan()
7770 EPI.VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); in createEpilogueVectorizedLoopSkeleton()