Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h136 IntervalMap<uint64_t, uint16_t, 8, IntervalMapHalfOpenInfo<uint64_t>>;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h642 struct IntervalMapInfo<SlotIndex> : IntervalMapHalfOpenInfo<SlotIndex> {
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h517 IntervalMap<uint64_t, uint64_t, 4, IntervalMapHalfOpenInfo<uint64_t>>;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h168 struct IntervalMapHalfOpenInfo { struct
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp380 using FragTraits = IntervalMapHalfOpenInfo<OffsetInBitsTy>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1745 llvm::IntervalMapHalfOpenInfo<addr_t>>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp29687 IntervalMapHalfOpenInfo<int64_t>>; in parallelizeChainedStores()