Lines Matching defs:OldLocNo
208 DbgVariableValue changeLocNo(unsigned OldLocNo, unsigned NewLocNo) const {
211 auto OldLocIt = find(NewLocNos, OldLocNo);
319 /// Replace OldLocNo ranges with NewRegs ranges where NewRegs
321 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1379 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1382 dbgs() << "Splitting Loc" << OldLocNo << '\t';
1409 if (LocMapI.value().containsLocNo(OldLocNo) &&
1414 MO.setSubReg(locations[OldLocNo].getSubReg());
1430 LocMapI.setValue(OldDbgValue.changeLocNo(OldLocNo, NewLocNo));
1459 // Finally, remove OldLocNo unless it is still used by some interval in the
1460 // locInts map. One case when OldLocNo still is in use is when the register
1469 removeLocationIfUnused(OldLocNo);