Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h513 void removeSegment(SlotIndex Start, SlotIndex End,
516 void removeSegment(Segment S, bool RemoveDeadValNo = false) {
517 removeSegment(S.start, S.end, RemoveDeadValNo);
522 iterator removeSegment(iterator I) { in removeSegment() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPHIElimination.cpp349 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode()
356 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode()
528 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
H A DLiveIntervals.cpp526 LI.removeSegment(I); in computeDeadValues()
606 SR.removeSegment(*Segment); in shrinkToUses()
634 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
640 LR.removeSegment(Kill, MBBEnd); in pruneValue()
666 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
673 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
1516 LR.removeSegment(*LII, true); in repairOldRegInRange()
H A DLiveInterval.cpp586 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
H A DMachineBasicBlock.cpp1063 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
H A DRegisterCoalescer.cpp624 S.removeSegment(*SS, true); in adjustCopiesBackFrom()
932 SB.removeSegment(*S, true); in removeCopyByCommutingDef()
H A DTwoAddressInstructionPass.cpp1650 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()
H A DSplitKit.cpp1237 LR.removeSegment(*Seg, true); in removeDeadSegment()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp500 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in MoveForSingleUse()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1176 L2.removeSegment(*L2.begin()); in coalesceRegisters()