Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1716 LocIdx CurL = Location.Idx; in transferDebugInstrRef() local
1717 ValueIDNum ID = MTracker->LocIdxToIDNum[CurL]; in transferDebugInstrRef()
1722 FoundLoc = CurL; in transferDebugInstrRef()
1726 if (MTracker->isSpill(CurL)) in transferDebugInstrRef()
1727 FoundLoc = CurL; // Spills are a longer term location. in transferDebugInstrRef()
1729 !MTracker->isSpill(CurL) && in transferDebugInstrRef()
1731 isCalleeSaved(CurL)) in transferDebugInstrRef()
1732 FoundLoc = CurL; // Callee saved regs are longer term than normal. in transferDebugInstrRef()