Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMPIRBuilder.h3350 void setTripCount(Value *TripCount);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp546 void setTripCount(Value *TC) { TripCount = TC; } in setTripCount() function in llvm::InnerLoopVectorizer
7306 ILV.setTripCount(State.get(BestVPlan.getTripCount(), {0, 0})); in executePlan()
9995 EpilogILV.setTripCount(MainILV.getTripCount()); in processLoop()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp4044 CLI->setTripCount(TripCount); in applyStaticWorkshareLoop()
4187 CLI->setTripCount(BackcastedChunkTC); in applyStaticChunkedWorkshareLoop()
9013 void CanonicalLoopInfo::setTripCount(Value *TripCount) { in setTripCount() function in CanonicalLoopInfo