Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanConstruction.cpp526 Plan.setTripCount( in prepareForVectorization()
H A DLoopVectorize.cpp519 void setTripCount(Value *TC) { TripCount = TC; } in setTripCount() function in llvm::InnerLoopVectorizer
7277 ILV.setTripCount(State.get(BestVPlan.getTripCount(), VPLane(0))); in executePlan()
10278 EpilogILV.setTripCount(MainILV.getTripCount()); in processLoop()
H A DVPlan.h4025 void setTripCount(VPValue *NewTripCount) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h3630 void setTripCount(Value *TripCount);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4309 CLI->setTripCount(TripCount); in applyStaticWorkshareLoop()
4467 CLI->setTripCount(BackcastedChunkTC); in applyStaticChunkedWorkshareLoop()
10275 void CanonicalLoopInfo::setTripCount(Value *TripCount) { in setTripCount() function in CanonicalLoopInfo