Searched refs:LocIndex (Results 1 – 1 of 1) sorted by relevance
222 struct LocIndex { struct251 LocIndex(u32_location_t Location, u32_index_t Index) in LocIndex() function258 template<typename IntT> static LocIndex fromRawInteger(IntT ID) { in fromRawInteger() argument269 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 …]