Searched refs:removeSegment (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | LiveInterval.h | 431 void removeSegment(SlotIndex Start, SlotIndex End, 434 void removeSegment(Segment S, bool RemoveDeadValNo = false) { 435 removeSegment(S.start, S.end, RemoveDeadValNo);
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | LiveIntervalAnalysis.cpp | 423 NewLR.removeSegment(LRI->start, LRI->end); in shrinkToUses() 465 LI->removeSegment(Kill, LRQ.endPoint()); in pruneValue() 471 LI->removeSegment(Kill, MBBEnd); in pruneValue() 498 LI->removeSegment(MBBStart, LRQ.endPoint()); in pruneValue() 505 LI->removeSegment(MBBStart, MBBEnd); in pruneValue() 1128 LI.removeSegment(*LII, true); in repairIntervalsInRange()
|
| D | PHIElimination.cpp | 335 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode() 342 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode() 514 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
|
| D | LiveInterval.cpp | 348 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
|
| D | MachineBasicBlock.cpp | 885 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
|
| D | TwoAddressInstructionPass.cpp | 1460 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()
|