Lines Matching refs:DbgVariableValue

104 class DbgVariableValue {  class
106 DbgVariableValue(ArrayRef<unsigned> NewLocs, bool WasIndirect, bool WasList, in DbgVariableValue() function in __anonef106bf80211::DbgVariableValue
155 DbgVariableValue() : LocNoCount(0), WasIndirect(0), WasList(0) {} in DbgVariableValue() function in __anonef106bf80211::DbgVariableValue
156 DbgVariableValue(const DbgVariableValue &Other) in DbgVariableValue() function in __anonef106bf80211::DbgVariableValue
165 DbgVariableValue &operator=(const DbgVariableValue &Other) { in operator =()
190 DbgVariableValue decrementLocNosAfterPivot(unsigned Pivot) const { in decrementLocNosAfterPivot()
195 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in decrementLocNosAfterPivot()
198 DbgVariableValue remapLocNos(ArrayRef<unsigned> LocNoMap) const { in remapLocNos()
204 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in remapLocNos()
207 DbgVariableValue changeLocNo(unsigned OldLocNo, unsigned NewLocNo) const { in changeLocNo()
213 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in changeLocNo()
226 friend inline bool operator==(const DbgVariableValue &LHS, in operator ==()
227 const DbgVariableValue &RHS) { in operator ==()
236 friend inline bool operator!=(const DbgVariableValue &LHS, in operator !=()
237 const DbgVariableValue &RHS) { in operator !=()
264 using LocMap = IntervalMap<SlotIndex, DbgVariableValue, 4>;
311 SlotIndex StopIdx, DbgVariableValue DbgValue,
399 const DbgVariableValue &DbgValue = I.value(); in removeLocationIfUnused()
407 const DbgVariableValue &DbgValue = I.value(); in removeLocationIfUnused()
422 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); in addDef()
447 void extendDef(SlotIndex Idx, DbgVariableValue DbgValue,
463 DbgVariableValue DbgValue,
466 SmallVectorImpl<std::pair<SlotIndex, DbgVariableValue>> &NewDefs,
962 SlotIndex Idx, DbgVariableValue DbgValue, in extendDef()
1010 DbgVariableValue ExtDbgValue(DbgValue); in extendDef()
1016 DbgVariableValue DbgValue, in addDefsFromCopies()
1019 SmallVectorImpl<std::pair<SlotIndex, DbgVariableValue>> &NewDefs, in addDefsFromCopies()
1078 DbgVariableValue NewValue(DbgValue); in addDefsFromCopies()
1108 SmallVector<std::pair<SlotIndex, DbgVariableValue>, 16> Defs; in computeIntervals()
1118 DbgVariableValue DbgValue = Defs[i].second; in computeIntervals()
1211 DbgVariableValue DbgValue = I.value(); in computeIntervals()
1386 DbgVariableValue OldDbgValue = LocMapI.value(); in splitLocation()
1674 SlotIndex StopIdx, DbgVariableValue DbgValue, in insertDebugValue()
1765 DbgVariableValue DbgValue = I.value(); in emitDebugValues()