Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp870 unsigned LocID = LocIdxToLocID[*MLoc]; in emitLoc() local
871 SpillLocationNo SpillID = locIDToSpill(LocID); in emitLoc()
872 StackSlotPos StackIdx = locIDToSpillIdx(LocID); in emitLoc()
959 unsigned LocID = LocIdxToLocID[*MLoc]; in emitLoc() local
960 MIB.addReg(LocID); in emitLoc()
1174 unsigned LocID = MTracker->getLocID(MO.getReg()); in transferDebugInstrRef() local
1175 LocIdx L = MTracker->LocIDToLocIdx[LocID]; in transferDebugInstrRef()