Lines Matching refs:DbgVariableValue

102 class DbgVariableValue {  class
104 DbgVariableValue(ArrayRef<unsigned> NewLocs, bool WasIndirect, bool WasList, in DbgVariableValue() function in __anon58a1900c0211::DbgVariableValue
152 DbgVariableValue() : LocNoCount(0), WasIndirect(false), WasList(false) {} in DbgVariableValue() function in __anon58a1900c0211::DbgVariableValue
153 DbgVariableValue(const DbgVariableValue &Other) in DbgVariableValue() function in __anon58a1900c0211::DbgVariableValue
162 DbgVariableValue &operator=(const DbgVariableValue &Other) { in operator =()
187 DbgVariableValue decrementLocNosAfterPivot(unsigned Pivot) const { in decrementLocNosAfterPivot()
192 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in decrementLocNosAfterPivot()
195 DbgVariableValue remapLocNos(ArrayRef<unsigned> LocNoMap) const { in remapLocNos()
201 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in remapLocNos()
204 DbgVariableValue changeLocNo(unsigned OldLocNo, unsigned NewLocNo) const { in changeLocNo()
210 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in changeLocNo()
223 friend inline bool operator==(const DbgVariableValue &LHS, in operator ==()
224 const DbgVariableValue &RHS) { in operator ==()
233 friend inline bool operator!=(const DbgVariableValue &LHS, in operator !=()
234 const DbgVariableValue &RHS) { in operator !=()
261 using LocMap = IntervalMap<SlotIndex, DbgVariableValue, 4>;
308 SlotIndex StopIdx, DbgVariableValue DbgValue,
396 const DbgVariableValue &DbgValue = I.value(); in removeLocationIfUnused()
404 const DbgVariableValue &DbgValue = I.value(); in removeLocationIfUnused()
419 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); in addDef()
445 extendDef(SlotIndex Idx, DbgVariableValue DbgValue,
461 DbgVariableValue DbgValue,
464 SmallVectorImpl<std::pair<SlotIndex, DbgVariableValue>> &NewDefs,
961 SlotIndex Idx, DbgVariableValue DbgValue, in extendDef()
1009 DbgVariableValue ExtDbgValue(DbgValue); in extendDef()
1015 DbgVariableValue DbgValue, in addDefsFromCopies()
1018 SmallVectorImpl<std::pair<SlotIndex, DbgVariableValue>> &NewDefs, in addDefsFromCopies()
1076 DbgVariableValue NewValue(DbgValue); in addDefsFromCopies()
1106 SmallVector<std::pair<SlotIndex, DbgVariableValue>, 16> Defs; in computeIntervals()
1116 DbgVariableValue DbgValue = Defs[i].second; in computeIntervals()
1209 DbgVariableValue DbgValue = I.value(); in computeIntervals()
1375 DbgVariableValue OldDbgValue = LocMapI.value(); in splitLocation()
1662 SlotIndex StopIdx, DbgVariableValue DbgValue, in insertDebugValue()
1753 DbgVariableValue DbgValue = I.value(); in emitDebugValues()