Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h219 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() function
220 return Indexes->getMBBEndIdx(mbb); in getMBBEndIdx()
230 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
DSlotIndexes.h466 return getMBBEndIdx(MBB);
496 SlotIndex getMBBEndIdx(unsigned Num) const {
501 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
517 index < getMBBEndIdx(J->second) &&
/external/llvm/lib/CodeGen/
DSplitKit.cpp66 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in computeLastSplitPoint()
117 if (LSP == LIS.getMBBEndIdx(MBB)) in getLastSplitPointIter()
285 SlotIndex Stop = LIS.getMBBEndIdx(MFI); in countLiveBlocks()
293 Stop = LIS.getMBBEndIdx(MFI); in countLiveBlocks()
517 SlotIndex End = LIS.getMBBEndIdx(&MBB); in enterIntvAtEnd()
535 useIntv(LIS.getMBBStartIdx(&MBB), LIS.getMBBEndIdx(&MBB)); in useIntv()
809 SlotIndex Last = LIS.getMBBEndIdx(Dom.first).getPrevSlot(); in hoistCopiesForSize()
910 BlockEnd = LIS.getMBBEndIdx(MBB); in transferValues()
957 SlotIndex End = LIS.getMBBEndIdx(*PI); in extendPHIKillRanges()
DLiveIntervalAnalysis.cpp390 SlotIndex Stop = getMBBEndIdx(*PI); in shrinkToUses()
407 SlotIndex Stop = getMBBEndIdx(*PI); in shrinkToUses()
629 if (VNI == LI.getVNInfoBefore(Indexes->getMBBEndIdx(*PI))) in hasPHIKill()
652 getMBBEndIdx(startInst->getParent()), VN); in addSegmentToEndOfBlock()
1049 OldIndex < getMBBEndIdx(MI->getParent()) && in handleMove()
1079 endIdx = getMBBEndIdx(MBB).getPrevSlot(); in repairIntervalsInRange()
DSlotIndexes.cpp167 endIdx = getMBBEndIdx(MBB); in repairIndexesInRange()
DStackColoring.cpp416 Finishes[pos] = Indexes->getMBBEndIdx(&MBB); in calculateLiveIntervals()
435 SlotIndex NewFin = Indexes->getMBBEndIdx(&MBB); in calculateLiveIntervals()
DLiveDebugVariables.cpp511 SlotIndex Stop = LIS.getMBBEndIdx(MBB); in extendDef()
955 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues()
966 MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues()
DLiveRangeCalc.cpp85 Idx = Indexes->getMBBEndIdx(MI->getOperand(OpNo+1).getMBB()); in extendToUses()
DMachineVerifier.cpp398 << ';' << Indexes->getMBBEndIdx(MBB) << ')'; in report()
1143 SlotIndex stop = Indexes->getMBBEndIdx(MBB); in visitMachineBasicBlockAfter()
1474 if (S.end == LiveInts->getMBBEndIdx(EndMBB)) in verifyLiveRangeSegment()
1564 SlotIndex PEnd = LiveInts->getMBBEndIdx(*PI); in verifyLiveRangeSegment()
DTwoAddressInstructionPass.cpp221 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in sink3AddrInstruction()
765 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleMIBelowKill()
957 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleKillAboveMI()
DMachineBasicBlock.cpp855 SlotIndex StartIndex = Indexes->getMBBEndIdx(this); in SplitCriticalEdge()
857 SlotIndex EndIndex = Indexes->getMBBEndIdx(NMBB); in SplitCriticalEdge()
DPHIElimination.cpp515 LIS->getMBBEndIdx(&opBlock)); in LowerPHINode()
DRegisterCoalescer.cpp1664 if (OtherLRQ.endPoint() >= Indexes->getMBBEndIdx(MBB)) in analyzeValue()
1747 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB); in taintExtent()
DLiveInterval.cpp880 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify()
DRegisterPressure.cpp232 return LIS->getMBBEndIdx(MBB); in getCurrSlot()
DInlineSpiller.cpp834 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)); in markValueUsed()
DMachineScheduler.cpp952 VNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in updatePressureDiffs()
1120 const VNInfo *DefVNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in computeCyclicCriticalPath()