Searched refs:DispatchCounter (Results 1 – 1 of 1) sorted by relevance
4151 Value *DispatchCounter; in applyStaticChunkedWorkshareLoop() local4154 [&](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()