Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp222 struct LocIndex { struct
251 LocIndex(u32_location_t Location, u32_index_t Index) in LocIndex() function
258 template<typename IntT> static LocIndex fromRawInteger(IntT ID) { in fromRawInteger() argument
269 return LocIndex(Reg, 0).getAsRawInteger(); in rawIndexForReg()
276 uint64_t Start = LocIndex(Location, 0).getAsRawInteger(); in indexRangeForLocation()
277 uint64_t End = LocIndex(Location + 1, 0).getAsRawInteger(); in indexRangeForLocation()
283 using VarLocsInRange = SmallSet<LocIndex::u32_index_t, 32>;
287 using LocIndices = SmallVector<LocIndex, 2>;
743 SmallDenseMap<LocIndex::u32_location_t, std::vector<VarLoc>> Loc2Vars;
752 SmallVector<LocIndex::u32_location_t, 4> Locations; in insert()
[all …]