Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DLiveInterval.h431 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/
DLiveIntervalAnalysis.cpp423 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()
DPHIElimination.cpp335 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode()
342 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode()
514 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
DLiveInterval.cpp348 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
DMachineBasicBlock.cpp885 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
DTwoAddressInstructionPass.cpp1460 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()