Searched refs:getMBBFromIndex (Results 1 – 10 of 10) sorted by relevance
139 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()
185 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()
375 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()
375 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()
1585 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()
510 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef()954 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start); in emitDebugValues()
1372 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()
875 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in Classify()
233 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function234 return Indexes->getMBBFromIndex(index); in getMBBFromIndex()
506 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {