Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h525 void removeSegment(SlotIndex Start, SlotIndex End,
528 void removeSegment(Segment S, bool RemoveDeadValNo = false) {
529 removeSegment(S.start, S.end, RemoveDeadValNo);
533 iterator removeSegment(iterator I, bool RemoveDeadValNo = false);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPHIElimination.cpp413 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode()
420 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode()
616 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
H A DLiveIntervals.cpp533 LI.removeSegment(I); in computeDeadValues()
613 SR.removeSegment(*Segment); in shrinkToUses()
641 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
647 LR.removeSegment(Kill, MBBEnd); in pruneValue()
673 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
680 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
1600 LII = LR.removeSegment(LII, true); in repairOldRegInRange()
1643 LR.removeSegment(*LII, true); in repairOldRegInRange()
H A DLiveInterval.cpp568 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
604 LiveRange::iterator LiveRange::removeSegment(iterator I, bool RemoveDeadValNo) { in removeSegment() function in LiveRange
H A DMachineBasicBlock.cpp1226 LI.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.cpp1238 LR.removeSegment(*Seg, true); in removeDeadSegment()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp548 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in moveForSingleUse()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1195 L2.removeSegment(*L2.begin()); in coalesceRegisters()