Searched refs:removeSegment (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 525 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 D | PHIElimination.cpp | 413 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode() 420 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode() 616 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
|
| H A D | LiveIntervals.cpp | 533 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 D | LiveInterval.cpp | 568 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 D | MachineBasicBlock.cpp | 1226 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
|
| H A D | RegisterCoalescer.cpp | 706 S.removeSegment(*SS, true); in adjustCopiesBackFrom() 1024 SB.removeSegment(*S, true); in removeCopyByCommutingDef()
|
| H A D | SplitKit.cpp | 1238 LR.removeSegment(*Seg, true); in removeDeadSegment()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 548 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in moveForSingleUse()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 1195 L2.removeSegment(*L2.begin()); in coalesceRegisters()
|