Searched refs:removeSegment (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 477 void removeSegment(SlotIndex Start, SlotIndex End, 480 void removeSegment(Segment S, bool RemoveDeadValNo = false) { 481 removeSegment(S.start, S.end, RemoveDeadValNo); 486 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 | 481 LI.removeSegment(I); in computeDeadValues() 559 SR.removeSegment(*Segment); in shrinkToUses() 587 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue() 593 LR.removeSegment(Kill, MBBEnd); in pruneValue() 621 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue() 628 LR.removeSegment(MBBStart, MBBEnd); in pruneValue() 1298 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 | 888 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
|
D | LiveInterval.cpp | 521 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
|
D | TwoAddressInstructionPass.cpp | 1557 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 567 LID.removeSegment(*LT); in removeInstrFromLiveness() 1228 L2.removeSegment(*L2.begin()); in coalesceRegisters()
|