Home
last modified time | relevance | path

Searched refs:OldLocNo (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveDebugVariables.cpp203 DbgVariableValue changeLocNo(unsigned OldLocNo, unsigned NewLocNo) const { in changeLocNo() argument
206 auto OldLocIt = find(NewLocNos, OldLocNo); in changeLocNo()
316 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1332 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs, in splitLocation() argument
1335 dbgs() << "Splitting Loc" << OldLocNo << '\t'; in splitLocation()
1362 if (LocMapI.value().containsLocNo(OldLocNo) && in splitLocation()
1367 MO.setSubReg(locations[OldLocNo].getSubReg()); in splitLocation()
1383 LocMapI.setValue(OldDbgValue.changeLocNo(OldLocNo, NewLocNo)); in splitLocation()
1422 removeLocationIfUnused(OldLocNo); in splitLocation()