Searched refs:removeSegment (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 478 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/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/ |
D | PieChart.java | 90 public void removeSegment(Segment segment) { in removeSegment() method in PieChart
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 503 LI.removeSegment(I); in computeDeadValues() 589 SR.removeSegment(*Segment); in shrinkToUses() 617 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue() 623 LR.removeSegment(Kill, MBBEnd); in pruneValue() 651 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue() 658 LR.removeSegment(MBBStart, MBBEnd); in pruneValue() 1328 LR.removeSegment(*LII, true); in repairOldRegInRange()
|
D | PHIElimination.cpp | 338 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode() 345 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode() 517 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
|
D | MachineBasicBlock.cpp | 935 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
|
D | LiveInterval.cpp | 520 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
|
D | TwoAddressInstructionPass.cpp | 1592 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 576 LID.removeSegment(*LT); in removeInstrFromLiveness() 1237 L2.removeSegment(*L2.begin()); in coalesceRegisters()
|