Lines Matching defs:OldLocNo
204 DbgVariableValue changeLocNo(unsigned OldLocNo, unsigned NewLocNo) const {
207 auto OldLocIt = find(NewLocNos, OldLocNo);
315 /// Replace OldLocNo ranges with NewRegs ranges where NewRegs
317 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1333 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1336 dbgs() << "Splitting Loc" << OldLocNo << '\t';
1363 if (LocMapI.value().containsLocNo(OldLocNo) &&
1368 MO.setSubReg(locations[OldLocNo].getSubReg());
1384 LocMapI.setValue(OldDbgValue.changeLocNo(OldLocNo, NewLocNo));
1413 // Finally, remove OldLocNo unless it is still used by some interval in the
1414 // locInts map. One case when OldLocNo still is in use is when the register
1423 removeLocationIfUnused(OldLocNo);