Searched refs:removeSegment (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 526 void removeSegment(SlotIndex Start, SlotIndex End, 529 void removeSegment(Segment S, bool RemoveDeadValNo = false) { 530 removeSegment(S.start, S.end, RemoveDeadValNo); 534 iterator removeSegment(iterator I, bool RemoveDeadValNo = false);
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PHIElimination.cpp | 497 LR->removeSegment(DestSegment->start, DestSegment->start.getDeadSlot()); in LowerPHINode() 514 LR->removeSegment(DestSegment->start, NewStart); in LowerPHINode() 714 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode() 717 SR.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
|
| H A D | LiveIntervals.cpp | 553 LI.removeSegment(I); in computeDeadValues() 633 SR.removeSegment(*Segment); in shrinkToUses() 661 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue() 667 LR.removeSegment(Kill, MBBEnd); in pruneValue() 693 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue() 700 LR.removeSegment(MBBStart, MBBEnd); in pruneValue() 1617 LII = LR.removeSegment(LII, true); in repairOldRegInRange() 1660 LR.removeSegment(*LII, true); in repairOldRegInRange()
|
| H A D | LiveInterval.cpp | 566 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange 606 LiveRange::iterator LiveRange::removeSegment(iterator I, bool RemoveDeadValNo) { in removeSegment() function in LiveRange
|
| H A D | MachineBasicBlock.cpp | 1338 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge() 1340 SR.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
|
| H A D | RegisterCoalescer.cpp | 706 S.removeSegment(*SS, true); in adjustCopiesBackFrom() 1025 SB.removeSegment(*S, true); in removeCopyByCommutingDef()
|
| H A D | SplitKit.cpp | 1251 LR.removeSegment(*Seg, true); in removeDeadSegment()
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 550 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in moveForSingleUse()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 1199 L2.removeSegment(*L2.begin()); in coalesceRegisters()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInsertVSETVLI.cpp | 1759 DefLI.removeSegment(DefLI.beginIndex(), NewDefSI); in insertReadVL()
|