Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp691 unsigned LocID = getLocID(SpillID, true); in readSpill() local
692 LocIdx Idx = LocIDToLocIdx[LocID]; in readSpill()
769 unsigned LocID = LocIdxToLocID[*MLoc]; in emitLoc() local
770 const SpillLoc &Spill = SpillLocs[LocID - NumRegs + 1]; in emitLoc()
777 unsigned LocID = LocIdxToLocID[*MLoc]; in emitLoc() local
778 MIB.addReg(LocID, RegState::Debug); in emitLoc()
1693 unsigned LocID = MTracker->getLocID(MO.getReg(), false); in transferDebugInstrRef() local
1694 LocIdx L = MTracker->LocIDToLocIdx[LocID]; in transferDebugInstrRef()