Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveInterval.h478 void removeSegment(SlotIndex Start, SlotIndex End,
481 void removeSegment(Segment S, bool RemoveDeadValNo = false) {
482 removeSegment(S.start, S.end, RemoveDeadValNo);
487 iterator removeSegment(iterator I) { in removeSegment() function
/external/llvm/lib/CodeGen/
DPHIElimination.cpp337 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode()
344 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode()
516 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
DLiveIntervalAnalysis.cpp490 LI.removeSegment(I); in computeDeadValues()
569 SR.removeSegment(*Segment); in shrinkToUses()
596 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
602 LR.removeSegment(Kill, MBBEnd); in pruneValue()
630 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
637 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
1435 LR.removeSegment(*LII, true); in repairOldRegInRange()
DLiveInterval.cpp523 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
DMachineBasicBlock.cpp913 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
DTwoAddressInstructionPass.cpp1587 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()
DSplitKit.cpp1041 LR.removeSegment(*Segment, true); in extendPHIKillRanges()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
DPieChart.java90 public void removeSegment(Segment segment) { in removeSegment() method in PieChart
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp461 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in MoveForSingleUse()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp1178 L2.removeSegment(*L2.begin()); in coalesceRegisters()