Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DWriter.cpp200 struct ChunkRange { struct
255 template <typename T> void sortExceptionTable(ChunkRange &exceptionTable);
330 ChunkRange pdata;
333 ChunkRange hybridPdata;
1703 ChunkRange &exceptionTable = in writeHeader()
2224 void Writer::sortExceptionTable(ChunkRange &exceptionTable) { in sortExceptionTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2604 Value *ChunkRange = in applyStaticChunkedWorkshareLoop() local
2638 Value *ChunkEnd = Builder.CreateAdd(DispatchCounter, ChunkRange); in applyStaticChunkedWorkshareLoop()
2644 IsLastChunk, CountUntilOrigTripCount, ChunkRange, "omp_chunk.tripcount"); in applyStaticChunkedWorkshareLoop()