Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveRangeCalc.cpp142 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot()); in extend()
291 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()
302 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def)); in updateSSA()
DSplitKit.cpp186 MachineFunction::iterator MFI = LIS.getMBBFromIndex(LVI->start); in calcLiveBlockInfo()
269 MFI = LIS.getMBBFromIndex(LVI->start); in calcLiveBlockInfo()
285 MachineFunction::const_iterator MFI = LIS.getMBBFromIndex(LVI->start); in countLiveBlocks()
616 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) && in overlapIntv()
754 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopiesForSize()
804 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def); in hoistCopiesForSize()
886 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start); in transferValues()
952 MachineBasicBlock *MBB = LIS.getMBBFromIndex(PHIVNI->def); in extendPHIKillRanges()
DInlineSpiller.cpp368 SV.SpillMBB = LIS.getMBBFromIndex(SV.SpillVNI->def); in propagateSiblingValue()
386 DepSV.SpillMBB = LIS.getMBBFromIndex(DepSV.SpillVNI->def); in propagateSiblingValue()
714 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SVI.SpillVNI->def); in hoistSpill()
810 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in markValueUsed()
DLiveIntervalAnalysis.cpp660 const MachineBasicBlock *MBB = getMBBFromIndex(Idx.getPrevSlot()); in shrinkToUses()
820 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start); in intervalIsInOneMBB()
821 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop); in intervalIsInOneMBB()
832 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def); in hasPHIKill()
DMachineVerifier.cpp1340 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(VNI->def); in verifyLiveIntervalValue()
1418 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(I->start); in verifyLiveIntervalSegment()
1431 LiveInts->getMBBFromIndex(I->end.getPrevSlot()); in verifyLiveIntervalSegment()
DLiveDebugVariables.cpp494 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef()
982 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start); in emitDebugValues()
DLiveInterval.cpp836 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in Classify()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h212 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function
213 return Indexes->getMBBFromIndex(index); in getMBBFromIndex()
DSlotIndexes.h468 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {