Searched refs:OldLocNo (Results 1 – 1 of 1) sorted by relevance
133 bool splitLocation(unsigned OldLocNo, ArrayRef<LiveInterval*> NewRegs);256 bool splitRegister(unsigned OldLocNo, ArrayRef<LiveInterval*> NewRegs);743 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<LiveInterval*> NewRegs) { in splitLocation() argument745 dbgs() << "Splitting Loc" << OldLocNo << '\t'; in splitLocation()772 if (LocMapI.value() == OldLocNo && LII->start < LocMapI.stop()) { in splitLocation()776 MO.setSubReg(locations[OldLocNo].getSubReg()); in splitLocation()795 LocMapI.insert(LStart, LocMapI.start(), OldLocNo); in splitLocation()801 LocMapI.insert(LII->end, LStop, OldLocNo); in splitLocation()821 locations.erase(locations.begin() + OldLocNo); in splitLocation()825 if (v == OldLocNo) { in splitLocation()[all …]