Lines Matching refs:DbgVariableValue
100 class DbgVariableValue { class
102 DbgVariableValue(ArrayRef<unsigned> NewLocs, bool WasIndirect, bool WasList, in DbgVariableValue() function in __anon41ad64740211::DbgVariableValue
151 DbgVariableValue() : LocNoCount(0), WasIndirect(false), WasList(false) {} in DbgVariableValue() function in __anon41ad64740211::DbgVariableValue
152 DbgVariableValue(const DbgVariableValue &Other) in DbgVariableValue() function in __anon41ad64740211::DbgVariableValue
161 DbgVariableValue &operator=(const DbgVariableValue &Other) { in operator =()
186 DbgVariableValue decrementLocNosAfterPivot(unsigned Pivot) const { in decrementLocNosAfterPivot()
191 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in decrementLocNosAfterPivot()
194 DbgVariableValue remapLocNos(ArrayRef<unsigned> LocNoMap) const { in remapLocNos()
200 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in remapLocNos()
203 DbgVariableValue changeLocNo(unsigned OldLocNo, unsigned NewLocNo) const { in changeLocNo()
209 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in changeLocNo()
222 friend inline bool operator==(const DbgVariableValue &LHS, in operator ==()
223 const DbgVariableValue &RHS) { in operator ==()
232 friend inline bool operator!=(const DbgVariableValue &LHS, in operator !=()
233 const DbgVariableValue &RHS) { in operator !=()
260 using LocMap = IntervalMap<SlotIndex, DbgVariableValue, 4>;
307 SlotIndex StopIdx, DbgVariableValue DbgValue,
395 const DbgVariableValue &DbgValue = I.value(); in removeLocationIfUnused()
403 const DbgVariableValue &DbgValue = I.value(); in removeLocationIfUnused()
418 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); in addDef()
443 void extendDef(SlotIndex Idx, DbgVariableValue DbgValue,
459 DbgVariableValue DbgValue,
462 SmallVectorImpl<std::pair<SlotIndex, DbgVariableValue>> &NewDefs,
955 SlotIndex Idx, DbgVariableValue DbgValue, in extendDef()
1003 DbgVariableValue ExtDbgValue(DbgValue); in extendDef()
1009 DbgVariableValue DbgValue, in addDefsFromCopies()
1012 SmallVectorImpl<std::pair<SlotIndex, DbgVariableValue>> &NewDefs, in addDefsFromCopies()
1071 DbgVariableValue NewValue(DbgValue); in addDefsFromCopies()
1101 SmallVector<std::pair<SlotIndex, DbgVariableValue>, 16> Defs; in computeIntervals()
1111 DbgVariableValue DbgValue = Defs[i].second; in computeIntervals()
1204 DbgVariableValue DbgValue = I.value(); in computeIntervals()
1370 DbgVariableValue OldDbgValue = LocMapI.value(); in splitLocation()
1658 SlotIndex StopIdx, DbgVariableValue DbgValue, in insertDebugValue()
1749 DbgVariableValue DbgValue = I.value(); in emitDebugValues()