Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4151 Value *DispatchCounter; in applyStaticChunkedWorkshareLoop() local
4154 [&](InsertPointTy BodyIP, Value *Counter) { DispatchCounter = Counter; }, in applyStaticChunkedWorkshareLoop()
4178 Value *ChunkEnd = Builder.CreateAdd(DispatchCounter, ChunkRange); in applyStaticChunkedWorkshareLoop()
4182 Builder.CreateSub(CastedTripCount, DispatchCounter); in applyStaticChunkedWorkshareLoop()
4193 Builder.CreateTrunc(DispatchCounter, IVTy, "omp_dispatch.iv.trunc"); in applyStaticChunkedWorkshareLoop()