Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h517 void removeSegment(SlotIndex Start, SlotIndex End,
520 void removeSegment(Segment S, bool RemoveDeadValNo = false) {
521 removeSegment(S.start, S.end, RemoveDeadValNo);
526 iterator removeSegment(iterator I) { in removeSegment() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp414 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode()
421 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode()
606 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
H A DLiveIntervals.cpp542 LI.removeSegment(I); in computeDeadValues()
626 SR.removeSegment(*Segment); in shrinkToUses()
654 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
660 LR.removeSegment(Kill, MBBEnd); in pruneValue()
686 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
693 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
1617 LR.removeSegment(*LII, true); in repairOldRegInRange()
H A DLiveInterval.cpp583 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
H A DTwoAddressInstructionPass.cpp1506 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()
H A DMachineBasicBlock.cpp1202 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
H A DRegisterCoalescer.cpp716 S.removeSegment(*SS, true); in adjustCopiesBackFrom()
1039 SB.removeSegment(*S, true); in removeCopyByCommutingDef()
H A DSplitKit.cpp1244 LR.removeSegment(*Seg, true); in removeDeadSegment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp541 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in moveForSingleUse()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1177 L2.removeSegment(*L2.begin()); in coalesceRegisters()