Home
last modified time | relevance | path

Searched refs:getMBBEndIdx (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h218 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() function
219 return Indexes->getMBBEndIdx(mbb); in getMBBEndIdx()
229 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
DSlotIndexes.h470 return getMBBEndIdx(MBB);
500 SlotIndex getMBBEndIdx(unsigned Num) const {
505 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
543 index < getMBBEndIdx(J->second) &&
/external/llvm/lib/CodeGen/
DSplitKit.cpp62 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in computeLastSplitPoint()
113 if (LSP == LIS.getMBBEndIdx(MBB)) in getLastSplitPointIter()
282 SlotIndex Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks()
290 Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks()
506 SlotIndex End = LIS.getMBBEndIdx(&MBB); in enterIntvAtEnd()
524 useIntv(LIS.getMBBStartIdx(&MBB), LIS.getMBBEndIdx(&MBB)); in useIntv()
794 SlotIndex Last = LIS.getMBBEndIdx(Dom.first).getPrevSlot(); in hoistCopiesForSize()
892 BlockEnd = LIS.getMBBEndIdx(&*MBB); in transferValues()
937 SlotIndex End = LIS.getMBBEndIdx(*PI); in extendPHIKillRanges()
DLiveIntervalAnalysis.cpp246 RegMaskSlots.push_back(Indexes->getMBBEndIdx(&MBB)); in computeRegMasks()
392 SlotIndex Stop = Indexes.getMBBEndIdx(Pred); in extendSegmentsToUses()
408 SlotIndex Stop = Indexes.getMBBEndIdx(Pred); in extendSegmentsToUses()
613 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB); in pruneValue()
834 if (VNI == LI.getVNInfoBefore(Indexes->getMBBEndIdx(*PI))) in hasPHIKill()
857 getMBBEndIdx(startInst->getParent()), VN); in addSegmentToEndOfBlock()
1268 OldIndex < getMBBEndIdx(MI->getParent()) && in handleMove()
1386 endIdx = getMBBEndIdx(MBB).getPrevSlot(); in repairIntervalsInRange()
DSlotIndexes.cpp167 endIdx = getMBBEndIdx(MBB); in repairIndexesInRange()
DStackColoring.cpp415 Finishes[pos] = Indexes->getMBBEndIdx(&MBB); in calculateLiveIntervals()
434 SlotIndex NewFin = Indexes->getMBBEndIdx(&MBB); in calculateLiveIntervals()
DLiveDebugVariables.cpp545 SlotIndex Stop = LIS.getMBBEndIdx(MBB); in extendDef()
990 SlotIndex MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues()
1001 MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues()
DMachineVerifier.cpp415 << ';' << Indexes->getMBBEndIdx(MBB) << ')'; in report()
1218 SlotIndex stop = Indexes->getMBBEndIdx(MBB); in visitMachineBasicBlockAfter()
1563 if (S.end == LiveInts->getMBBEndIdx(EndMBB)) in verifyLiveRangeSegment()
1670 SlotIndex PEnd = LiveInts->getMBBEndIdx(*PI); in verifyLiveRangeSegment()
DLiveInterval.cpp790 SlotIndex EndIdx = Indexes.getMBBEndIdx(MBB); in searchForVNI()
969 SlotIndex PredEnd = Indexes.getMBBEndIdx(Pred); in constructMainRangeFromSubranges()
1354 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify()
DLiveRangeCalc.cpp175 UseIdx = Indexes->getMBBEndIdx(MI->getOperand(OpNo+1).getMBB()); in extendToUses()
DTwoAddressInstructionPass.cpp227 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in sink3AddrInstruction()
838 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleMIBelowKill()
1027 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleKillAboveMI()
DMachineBasicBlock.cpp893 SlotIndex StartIndex = Indexes->getMBBEndIdx(this); in SplitCriticalEdge()
895 SlotIndex EndIndex = Indexes->getMBBEndIdx(NMBB); in SplitCriticalEdge()
DPHIElimination.cpp518 LIS->getMBBEndIdx(&opBlock)); in LowerPHINode()
DRegisterPressure.cpp253 return LIS->getMBBEndIdx(MBB); in getCurrSlot()
DRegisterCoalescer.cpp2116 if (OtherLRQ.endPoint() >= Indexes->getMBBEndIdx(MBB)) in analyzeValue()
2187 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB); in taintExtent()
DInlineSpiller.cpp836 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)); in markValueUsed()
DMachineScheduler.cpp989 VNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in updatePressureDiffs()
1177 const VNInfo *DefVNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in computeCyclicCriticalPath()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp350 T->end = LIS->getMBBEndIdx(MI->getParent()); in shrinkToUses()
458 EX = LIS->getMBBEndIdx(MB); in addInstrToLiveness()