Searched refs:LocNo (Results 1 – 1 of 1) sorted by relevance
125 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() argument380 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() argument515 if (I.value() != LocNo || I.stop() != Start) in extendDef()[all …]