Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp328 SpillOffsetMap &SpillOffsets);
334 const SpillOffsetMap &SpillOffsets);
1072 SpillOffsetMap &SpillOffsets) { in rewriteLocations() argument
1125 SpillOffsets.clear(); in rewriteLocations()
1133 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations()
1253 const SpillOffsetMap &SpillOffsets) { in emitDebugValues() argument
1261 !Loc.isUndef() ? SpillOffsets.find(Loc.locNo()) : SpillOffsets.end(); in emitDebugValues()
1262 bool Spilled = SpillIt != SpillOffsets.end(); in emitDebugValues()
1303 SpillOffsetMap SpillOffsets; in emitDebugValues() local
1306 userValues[i]->rewriteLocations(*VRM, *MF, *TII, *TRI, SpillOffsets); in emitDebugValues()
[all …]