Searched refs:LocIndex (Results 1 – 1 of 1) sorted by relevance
203 struct LocIndex { struct244 LocIndex(u32_location_t Location, u32_index_t Index) in LocIndex() function251 template<typename IntT> static LocIndex fromRawInteger(IntT ID) { in fromRawInteger() argument261 return LocIndex(Reg, 0).getAsRawInteger(); in rawIndexForReg()268 uint64_t Start = LocIndex(Location, 0).getAsRawInteger(); in indexRangeForLocation()269 uint64_t End = LocIndex(Location + 1, 0).getAsRawInteger(); in indexRangeForLocation()275 using VarLocsInRange = SmallSet<LocIndex::u32_index_t, 32>;279 using LocIndices = SmallVector<LocIndex, 2>;796 SmallDenseMap<LocIndex::u32_location_t, std::vector<VarLoc>> Loc2Vars;805 SmallVector<LocIndex::u32_location_t, 4> Locations; in insert()[all …]