Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp125 void coalesceLocation(unsigned LocNo);
128 void insertDebugValue(MachineBasicBlock *MBB, SlotIndex Idx, unsigned LocNo,
225 void extendDef(SlotIndex Idx, unsigned LocNo,
238 void addDefsFromCopies(LiveInterval *LI, unsigned LocNo,
377 void UserValue::coalesceLocation(unsigned LocNo) { in coalesceLocation() argument
380 if (KeepLoc == LocNo) in coalesceLocation()
382 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
390 unsigned EraseLoc = LocNo; in coalesceLocation()
485 void UserValue::extendDef(SlotIndex Idx, unsigned LocNo, in extendDef() argument
515 if (I.value() != LocNo || I.stop() != Start) in extendDef()
[all …]