Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp95 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot()); in extend()
362 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()
377 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def)); in updateSSA()
440 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated()
H A DSplitKit.cpp228 LIS.getMBBFromIndex(LVI->start)->getIterator(); in calcLiveBlockInfo()
311 MFI = LIS.getMBBFromIndex(LVI->start)->getIterator(); in calcLiveBlockInfo()
328 LIS.getMBBFromIndex(LVI->start)->getIterator(); in countLiveBlocks()
822 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) && in overlapIntv()
982 MachineBasicBlock *MBB1 = LIS.getMBBFromIndex((*It1)->def); in computeRedundantBackCopies()
983 MachineBasicBlock *MBB2 = LIS.getMBBFromIndex((*It2)->def); in computeRedundantBackCopies()
1034 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopies()
1087 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def); in hoistCopies()
1181 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); in transferValues()
1281 MachineBasicBlock &B = *LIS.getMBBFromIndex(V->def); in extendPHIKillRanges()
[all …]
H A DCalcSpillWeights.cpp186 MachineBasicBlock *localMBB = LIS.getMBBFromIndex(*End); in weightCalcHelper()
187 assert(localMBB == LIS.getMBBFromIndex(*Start) && in weightCalcHelper()
H A DLiveIntervals.cpp404 const MachineBasicBlock *MBB = Indexes->getMBBFromIndex(Idx.getPrevSlot()); in extendSegmentsToUses()
649 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill); in pruneValue()
842 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start); in intervalIsInOneMBB()
843 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop); in intervalIsInOneMBB()
852 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def); in hasPHIKill()
1475 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(Before); in findLastUseBefore()
H A DInlineSpiller.cpp397 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB()
415 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB()
520 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in markValueUsed()
1408 MachineBasicBlock *Root = LIS.getMBBFromIndex(OrigVNI.def); in runHoistSpills()
H A DLiveDebugVariables.cpp923 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef()
1668 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); in emitDebugValues()
1697 MachineFunction::iterator MBB = LIS.getMBBFromIndex(loc)->getIterator(); in emitDebugLabel()
1733 auto *MBB = Slots->getMBBFromIndex(Idx); in emitDebugValues()
H A DRenameIndependentSubregs.cpp324 MachineBasicBlock &MBB = *Indexes.getMBBFromIndex(Def); in computeMainRangesFixFlags()
H A DRegisterCoalescer.cpp695 LIS->getMBBStartIdx(LIS->getMBBFromIndex(FillerStart)); in adjustCopiesBackFrom()
2755 DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) { in analyzeValue()
2846 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in analyzeValue()
2927 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in taintExtent()
3008 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in resolveConflicts()
H A DMachineVerifier.cpp2749 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(VNI->def); in verifyLiveRangeValue()
2840 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(S.start); in verifyLiveRangeSegment()
2855 LiveInts->getMBBFromIndex(S.end.getPrevSlot()); in verifyLiveRangeSegment()
H A DLiveInterval.cpp1336 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in Classify()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h255 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function
256 return Indexes->getMBBFromIndex(index); in getMBBFromIndex()
H A DSlotIndexes.h514 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp431 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI); in updateDeadsInRange()
443 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI); in updateDeadsInRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp360 const MachineBasicBlock *MBB = LIS->getMBBFromIndex(Value->def); in markDefs()