Home
last modified time | relevance | path

Searched refs:SpillOffsets (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp481 SpillOffsetMap &SpillOffsets);
487 const SpillOffsetMap &SpillOffsets,
1509 SpillOffsetMap &SpillOffsets) { in rewriteLocations() argument
1562 SpillOffsets.clear(); in rewriteLocations()
1570 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations()
1660 ArrayRef<unsigned> SpillOffsets, in insertDebugValue() argument
1707 DIExpression::appendOffset(Ops, SpillOffsets[I]); in insertDebugValue()
1742 const SpillOffsetMap &SpillOffsets, in emitDebugValues() argument
1755 !DbgValue.isUndef() ? SpillOffsets.find(LocNo) : SpillOffsets.end(); in emitDebugValues()
1756 bool Spilled = SpillIt != SpillOffsets.end(); in emitDebugValues()
[all …]