Lines Matching refs:OldLocNo
138 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs,
262 bool splitRegister(unsigned OldLocNo, ArrayRef<unsigned> NewRegs,
779 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, in splitLocation() argument
782 dbgs() << "Splitting Loc" << OldLocNo << '\t'; in splitLocation()
809 if (LocMapI.value() == OldLocNo && LII->start < LocMapI.stop()) { in splitLocation()
813 MO.setSubReg(locations[OldLocNo].getSubReg()); in splitLocation()
832 LocMapI.insert(LStart, LocMapI.start(), OldLocNo); in splitLocation()
838 LocMapI.insert(LII->end, LStop, OldLocNo); in splitLocation()
858 locations.erase(locations.begin() + OldLocNo); in splitLocation()
862 if (v == OldLocNo) { in splitLocation()
867 if (v > OldLocNo) in splitLocation()