Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveRangeCalc.cpp139 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot()); in extend()
311 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()
322 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def)); in updateSSA()
DSplitKit.cpp185 MachineFunction::iterator MFI = LIS.getMBBFromIndex(LVI->start); in calcLiveBlockInfo()
268 MFI = LIS.getMBBFromIndex(LVI->start); in calcLiveBlockInfo()
284 MachineFunction::const_iterator MFI = LIS.getMBBFromIndex(LVI->start); in countLiveBlocks()
618 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) && in overlapIntv()
756 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopiesForSize()
806 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def); in hoistCopiesForSize()
888 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start); in transferValues()
954 MachineBasicBlock *MBB = LIS.getMBBFromIndex(PHIVNI->def); in extendPHIKillRanges()
DLiveIntervalAnalysis.cpp375 const MachineBasicBlock *MBB = getMBBFromIndex(Idx.getPrevSlot()); in shrinkToUses()
472 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill); in pruneValue()
611 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start); in intervalIsInOneMBB()
612 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop); in intervalIsInOneMBB()
623 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def); in hasPHIKill()
1011 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(NewIdx); in findLastUseBefore()
DInlineSpiller.cpp375 SV.SpillMBB = LIS.getMBBFromIndex(SV.SpillVNI->def); in propagateSiblingValue()
393 DepSV.SpillMBB = LIS.getMBBFromIndex(DepSV.SpillVNI->def); in propagateSiblingValue()
733 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SVI.SpillVNI->def); in hoistSpill()
831 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in markValueUsed()
DRegisterCoalescer.cpp1585 DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) { in analyzeValue()
1663 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in analyzeValue()
1746 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in taintExtent()
1825 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in resolveConflicts()
DLiveDebugVariables.cpp510 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef()
954 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start); in emitDebugValues()
DMachineVerifier.cpp1372 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(VNI->def); in verifyLiveRangeValue()
1453 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(S.start); in verifyLiveRangeSegment()
1466 LiveInts->getMBBFromIndex(S.end.getPrevSlot()); in verifyLiveRangeSegment()
DLiveInterval.cpp875 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in Classify()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h233 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function
234 return Indexes->getMBBFromIndex(index); in getMBBFromIndex()
DSlotIndexes.h506 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {