Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp204 DbgVariableValue changeLocNo(unsigned OldLocNo, unsigned NewLocNo) const { in changeLocNo() argument
207 auto OldLocIt = find(NewLocNos, OldLocNo); in changeLocNo()
317 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1333 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs, in splitLocation() argument
1336 dbgs() << "Splitting Loc" << OldLocNo << '\t'; in splitLocation()
1363 if (LocMapI.value().containsLocNo(OldLocNo) && in splitLocation()
1368 MO.setSubReg(locations[OldLocNo].getSubReg()); in splitLocation()
1384 LocMapI.setValue(OldDbgValue.changeLocNo(OldLocNo, NewLocNo)); in splitLocation()
1423 removeLocationIfUnused(OldLocNo); in splitLocation()