Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2754 void setTripCount(Value *TripCount);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2504 CLI->setTripCount(TripCount); in applyStaticWorkshareLoop()
2647 CLI->setTripCount(BackcastedChunkTC); in applyStaticChunkedWorkshareLoop()
7063 void CanonicalLoopInfo::setTripCount(Value *TripCount) { in setTripCount() function in CanonicalLoopInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp605 void setTripCount(Value *TC) { TripCount = TC; } in setTripCount() function in llvm::InnerLoopVectorizer
7571 ILV.setTripCount(State.get(BestVPlan.getTripCount(), {0, 0})); in executePlan()
10181 EpilogILV.setTripCount(MainILV.getTripCount()); in processLoop()