Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp131 void coalesceLocation(unsigned LocNo);
134 void insertDebugValue(MachineBasicBlock *MBB, SlotIndex Idx, unsigned LocNo,
234 void extendDef(SlotIndex Idx, unsigned LocNo,
247 void addDefsFromCopies(LiveInterval *LI, unsigned LocNo,
424 void UserValue::coalesceLocation(unsigned LocNo) { in coalesceLocation() argument
427 if (KeepLoc == LocNo) in coalesceLocation()
429 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
437 unsigned EraseLoc = LocNo; in coalesceLocation()
539 void UserValue::extendDef(SlotIndex Idx, unsigned LocNo, in extendDef() argument
569 if (I.value() != LocNo || I.stop() != Start) in extendDef()
[all …]