Searched refs:removeSegment (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/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 | 535 LI.removeSegment(I); in computeDeadValues() 619 SR.removeSegment(*Segment); in shrinkToUses() 647 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue() 653 LR.removeSegment(Kill, MBBEnd); in pruneValue() 679 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue() 686 LR.removeSegment(MBBStart, MBBEnd); in pruneValue() 1607 LII = LR.removeSegment(LII, true); in repairOldRegInRange() 1650 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 | 1202 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
|
| H A D | RegisterCoalescer.cpp | 716 S.removeSegment(*SS, true); in adjustCopiesBackFrom() 1035 SB.removeSegment(*S, true); in removeCopyByCommutingDef()
|
| H A D | SplitKit.cpp | 1239 LR.removeSegment(*Seg, true); in removeDeadSegment()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 544 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in moveForSingleUse()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 1174 L2.removeSegment(*L2.begin()); in coalesceRegisters()
|