Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1686 void setTripCount(Value *TripCount);
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2085 CLI->setTripCount(TripCount); in applyStaticWorkshareLoop()
2228 CLI->setTripCount(BackcastedChunkTC); in applyStaticChunkedWorkshareLoop()
4440 void CanonicalLoopInfo::setTripCount(Value *TripCount) { in setTripCount() function in CanonicalLoopInfo