Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp179 MachineFunction::iterator MFI = LIS.getMBBFromIndex(LVI->start); in calcLiveBlockInfo()
262 MFI = LIS.getMBBFromIndex(LVI->start); in calcLiveBlockInfo()
278 MachineFunction::const_iterator MFI = LIS.getMBBFromIndex(LVI->start); in countLiveBlocks()
604 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) && in overlapIntv()
738 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopiesForSize()
788 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def); in hoistCopiesForSize()
867 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start); in transferValues()
931 MachineBasicBlock *MBB = LIS.getMBBFromIndex(PHIVNI->def); in extendPHIKillRanges()
DLiveRangeCalc.cpp227 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot()); in extend()
397 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()
408 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def)); in updateSSA()
DLiveIntervalAnalysis.cpp360 const MachineBasicBlock *MBB = Indexes.getMBBFromIndex(Idx.getPrevSlot()); in extendSegmentsToUses()
582 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill); in pruneValue()
788 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start); in intervalIsInOneMBB()
789 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop); in intervalIsInOneMBB()
798 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def); in hasPHIKill()
1200 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.cpp830 const MachineBasicBlock *MBB = Indexes.getMBBFromIndex(S.start); in determineMissingVNIs()
967 const MachineBasicBlock *MBB = Indexes.getMBBFromIndex(Pos); in constructMainRangeFromSubranges()
1348 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in Classify()
DLiveDebugVariables.cpp548 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef()
1007 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start); in emitDebugValues()
DMachineVerifier.cpp1400 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(VNI->def); in verifyLiveRangeValue()
1486 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(S.start); in verifyLiveRangeSegment()
1500 LiveInts->getMBBFromIndex(S.end.getPrevSlot()); in verifyLiveRangeSegment()
DRegisterCoalescer.cpp1985 DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) { in analyzeValue()
2069 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in analyzeValue()
2140 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in taintExtent()
2220 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in resolveConflicts()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h231 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function
232 return Indexes->getMBBFromIndex(index); in getMBBFromIndex()
DSlotIndexes.h506 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp475 MachineBasicBlock *PB = LIS->getMBBFromIndex(PE); in addInstrToLiveness()
564 MachineBasicBlock *PB = LIS->getMBBFromIndex(PE); in removeInstrFromLiveness()