Searched refs:SpilledLocations (Results 1 – 1 of 1) sorted by relevance
316 BitVector &SpilledLocations);322 const BitVector &SpilledLocations);1043 BitVector &SpilledLocations) { in rewriteLocations() argument1086 SpilledLocations.clear(); in rewriteLocations()1087 SpilledLocations.resize(NewLocations.size()); in rewriteLocations()1092 SpilledLocations.set(NewLocNo); in rewriteLocations()1211 const BitVector &SpilledLocations) { in emitDebugValues() argument1218 bool Spilled = !Loc.isUndef() ? SpilledLocations.test(Loc.locNo()) : false; in emitDebugValues()1256 BitVector SpilledLocations; in emitDebugValues() local1259 userValues[i]->rewriteLocations(*VRM, *TRI, SpilledLocations); in emitDebugValues()[all …]