Searched refs:DispatchCounter (Results 1 – 1 of 1) sorted by relevance
2281 Value *DispatchCounter; in applyStaticChunkedWorkshareLoop() local2284 [&](InsertPointTy BodyIP, Value *Counter) { DispatchCounter = Counter; }, in applyStaticChunkedWorkshareLoop()2308 Value *ChunkEnd = Builder.CreateAdd(DispatchCounter, ChunkRange); in applyStaticChunkedWorkshareLoop()2312 Builder.CreateSub(CastedTripCount, DispatchCounter); in applyStaticChunkedWorkshareLoop()2323 Builder.CreateTrunc(DispatchCounter, IVTy, "omp_dispatch.iv.trunc"); in applyStaticChunkedWorkshareLoop()