Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp422 LR->removeSegment(DestSegment->start, DestSegment->start.getDeadSlot()); in LowerPHINode()
439 LR->removeSegment(DestSegment->start, NewStart); in LowerPHINode()
636 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
639 SR.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
H A DLiveIntervals.cpp528 LI.removeSegment(I); in computeDeadValues()
608 SR.removeSegment(*Segment); in shrinkToUses()
636 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
642 LR.removeSegment(Kill, MBBEnd); in pruneValue()
668 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
675 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
1593 LII = LR.removeSegment(LII, true); in repairOldRegInRange()
1636 LR.removeSegment(*LII, true); in repairOldRegInRange()
H A DLiveInterval.cpp566 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
606 LiveRange::iterator LiveRange::removeSegment(iterator I, bool RemoveDeadValNo) { in removeSegment() function in LiveRange
H A DMachineBasicBlock.cpp1314 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
1316 SR.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
H A DRegisterCoalescer.cpp706 S.removeSegment(*SS, true); in adjustCopiesBackFrom()
1024 SB.removeSegment(*S, true); in removeCopyByCommutingDef()
H A DSplitKit.cpp1252 LR.removeSegment(*Seg, true); in removeDeadSegment()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h526 void removeSegment(SlotIndex Start, SlotIndex End,
529 void removeSegment(Segment S, bool RemoveDeadValNo = false) {
530 removeSegment(S.start, S.end, RemoveDeadValNo);
534 iterator removeSegment(iterator I, bool RemoveDeadValNo = false);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp547 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in moveForSingleUse()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1196 L2.removeSegment(*L2.begin()); in coalesceRegisters()