Searched refs:OldLocNo (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 139 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, 261 bool splitRegister(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, 790 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, in splitLocation() argument 793 dbgs() << "Splitting Loc" << OldLocNo << '\t'; in splitLocation() 820 if (LocMapI.value() == OldLocNo && LII->start < LocMapI.stop()) { in splitLocation() 824 MO.setSubReg(locations[OldLocNo].getSubReg()); in splitLocation() 843 LocMapI.insert(LStart, LocMapI.start(), OldLocNo); in splitLocation() 849 LocMapI.insert(LII->end, LStop, OldLocNo); in splitLocation() 869 locations.erase(locations.begin() + OldLocNo); in splitLocation() 873 if (v == OldLocNo) { in splitLocation() [all …]
|