Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp205 struct LocIndex { struct
242 LocIndex(u32_location_t Location, u32_index_t Index) in LocIndex() argument
249 template<typename IntT> static LocIndex fromRawInteger(IntT ID) { in fromRawInteger() argument
259 return LocIndex(Reg, 0).getAsRawInteger(); in rawIndexForReg()
266 uint64_t Start = LocIndex(Location, 0).getAsRawInteger(); in indexRangeForLocation()
267 uint64_t End = LocIndex(Location + 1, 0).getAsRawInteger(); in indexRangeForLocation()
273 using VarLocsInRange = SmallSet<LocIndex::u32_index_t, 32>;
277 using LocIndices = SmallVector<LocIndex, 2>;
794 SmallDenseMap<LocIndex::u32_location_t, std::vector<VarLoc>> Loc2Vars;
803 SmallVector<LocIndex::u32_location_t, 4> Locations; in insert()
[all …]