Searched refs:getMBBFromIndex (Results 1 – 9 of 9) sorted by relevance
142 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()
186 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()
368 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()
660 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()
1340 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()
494 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef()982 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start); in emitDebugValues()
836 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in Classify()
212 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function213 return Indexes->getMBBFromIndex(index); in getMBBFromIndex()
468 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {