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