Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp181 LIS.getMBBFromIndex(LVI->start)->getIterator(); in calcLiveBlockInfo()
264 MFI = LIS.getMBBFromIndex(LVI->start)->getIterator(); in calcLiveBlockInfo()
281 LIS.getMBBFromIndex(LVI->start)->getIterator(); in countLiveBlocks()
607 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) && in overlapIntv()
741 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopiesForSize()
791 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def); in hoistCopiesForSize()
870 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); in transferValues()
934 MachineBasicBlock *MBB = LIS.getMBBFromIndex(PHIVNI->def); in extendPHIKillRanges()
DLiveRangeCalc.cpp228 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot()); in extend()
404 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()
415 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def)); in updateSSA()
DLiveIntervalAnalysis.cpp377 const MachineBasicBlock *MBB = Indexes.getMBBFromIndex(Idx.getPrevSlot()); in extendSegmentsToUses()
612 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill); in pruneValue()
818 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start); in intervalIsInOneMBB()
819 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop); in intervalIsInOneMBB()
828 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def); in hasPHIKill()
1230 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(NewIdx); in findLastUseBefore()
DInlineSpiller.cpp374 SV.SpillMBB = LIS.getMBBFromIndex(SV.SpillVNI->def); in propagateSiblingValue()
392 DepSV.SpillMBB = LIS.getMBBFromIndex(DepSV.SpillVNI->def); in propagateSiblingValue()
735 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SVI.SpillVNI->def); in hoistSpill()
833 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in markValueUsed()
DLiveInterval.cpp829 const MachineBasicBlock *MBB = Indexes.getMBBFromIndex(S.start); in determineMissingVNIs()
966 const MachineBasicBlock *MBB = Indexes.getMBBFromIndex(Pos); in constructMainRangeFromSubranges()
1349 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in Classify()
DLiveDebugVariables.cpp544 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef()
989 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); in emitDebugValues()
DMachineVerifier.cpp1448 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(VNI->def); in verifyLiveRangeValue()
1539 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(S.start); in verifyLiveRangeSegment()
1554 LiveInts->getMBBFromIndex(S.end.getPrevSlot()); in verifyLiveRangeSegment()
DRegisterCoalescer.cpp2031 DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) { in analyzeValue()
2115 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in analyzeValue()
2186 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in taintExtent()
2266 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in resolveConflicts()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h232 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function
233 return Indexes->getMBBFromIndex(index); in getMBBFromIndex()
DSlotIndexes.h532 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp484 MachineBasicBlock *PB = LIS->getMBBFromIndex(PE); in addInstrToLiveness()
573 MachineBasicBlock *PB = LIS->getMBBFromIndex(PE); in removeInstrFromLiveness()