Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp197 struct ChunkRange { struct
259 template <typename T> void sortExceptionTable(ChunkRange &exceptionTable);
343 ChunkRange pdata;
346 ChunkRange hybridPdata;
1903 ChunkRange &exceptionTable = in writeHeader()
2447 ChunkRange &chpePdata = ctx.config.machine == ARM64X ? hybridPdata : pdata; in setECSymbols()
2605 void Writer::sortExceptionTable(ChunkRange &exceptionTable) { in sortExceptionTable()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4417 Value *ChunkRange = in applyStaticChunkedWorkshareLoop() local
4458 Value *ChunkEnd = Builder.CreateAdd(DispatchCounter, ChunkRange); in applyStaticChunkedWorkshareLoop()
4464 IsLastChunk, CountUntilOrigTripCount, ChunkRange, "omp_chunk.tripcount"); in applyStaticChunkedWorkshareLoop()