Searched refs:SpillOffsets (Results 1 – 1 of 1) sorted by relevance
328 SpillOffsetMap &SpillOffsets);334 const SpillOffsetMap &SpillOffsets);1072 SpillOffsetMap &SpillOffsets) { in rewriteLocations() argument1125 SpillOffsets.clear(); in rewriteLocations()1133 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations()1253 const SpillOffsetMap &SpillOffsets) { in emitDebugValues() argument1261 !Loc.isUndef() ? SpillOffsets.find(Loc.locNo()) : SpillOffsets.end(); in emitDebugValues()1262 bool Spilled = SpillIt != SpillOffsets.end(); in emitDebugValues()1303 SpillOffsetMap SpillOffsets; in emitDebugValues() local1306 userValues[i]->rewriteLocations(*VRM, *MF, *TII, *TRI, SpillOffsets); in emitDebugValues()[all …]