Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveRangeCalc.cpp93 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot()); in extend()
360 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()
375 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def)); in updateSSA()
438 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated()
DSplitKit.cpp212 LIS.getMBBFromIndex(LVI->start)->getIterator(); in calcLiveBlockInfo()
294 MFI = LIS.getMBBFromIndex(LVI->start)->getIterator(); in calcLiveBlockInfo()
310 LIS.getMBBFromIndex(LVI->start)->getIterator(); in countLiveBlocks()
816 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) && in overlapIntv()
976 MachineBasicBlock *MBB1 = LIS.getMBBFromIndex((*It1)->def); in computeRedundantBackCopies()
977 MachineBasicBlock *MBB2 = LIS.getMBBFromIndex((*It2)->def); in computeRedundantBackCopies()
1028 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopies()
1081 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def); in hoistCopies()
1175 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); in transferValues()
1275 MachineBasicBlock &B = *LIS.getMBBFromIndex(V->def); in extendPHIKillRanges()
[all …]
DCalcSpillWeights.cpp182 MachineBasicBlock *LocalMBB = LIS.getMBBFromIndex(*End); in weightCalcHelper()
183 assert(LocalMBB == LIS.getMBBFromIndex(*Start) && in weightCalcHelper()
DLiveIntervals.cpp397 const MachineBasicBlock *MBB = Indexes->getMBBFromIndex(Idx.getPrevSlot()); in extendSegmentsToUses()
636 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill); in pruneValue()
836 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start); in intervalIsInOneMBB()
837 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop); in intervalIsInOneMBB()
846 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def); in hasPHIKill()
1474 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(Before); in findLastUseBefore()
DInlineSpiller.cpp406 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB()
424 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB()
527 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in markValueUsed()
1441 MachineBasicBlock *Root = LIS.getMBBFromIndex(OrigVNI.def); in runHoistSpills()
DLiveDebugVariables.cpp966 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef()
1772 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); in emitDebugValues()
1801 MachineFunction::iterator MBB = LIS.getMBBFromIndex(loc)->getIterator(); in emitDebugLabel()
1840 MachineBasicBlock *OrigMBB = Slots->getMBBFromIndex(Slot); in emitDebugValues()
DRenameIndependentSubregs.cpp324 MachineBasicBlock &MBB = *Indexes.getMBBFromIndex(Def); in computeMainRangesFixFlags()
DMLRegallocEvictAdvisor.cpp887 MBFI.getBlockFreqRelativeToEntryBlock(LIS->getMBBFromIndex(StartSI)); in extractFeatures()
891 MBFI.getBlockFreqRelativeToEntryBlock(LIS->getMBBFromIndex(EndSI)); in extractFeatures()
DRegisterCoalescer.cpp712 LIS->getMBBStartIdx(LIS->getMBBFromIndex(FillerStart)); in adjustCopiesBackFrom()
2790 DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) { in analyzeValue()
2911 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in analyzeValue()
2992 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in taintExtent()
3073 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in resolveConflicts()
DMachineVerifier.cpp2986 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(VNI->def); in verifyLiveRangeValue()
3076 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(S.start); in verifyLiveRangeSegment()
3091 LiveInts->getMBBFromIndex(S.end.getPrevSlot()); in verifyLiveRangeSegment()
DLiveInterval.cpp1322 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in Classify()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveIntervals.h249 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function
250 return Indexes->getMBBFromIndex(index); in getMBBFromIndex()
DSlotIndexes.h519 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp432 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI); in updateDeadsInRange()
444 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI); in updateDeadsInRange()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp359 const MachineBasicBlock *MBB = LIS->getMBBFromIndex(Value->def); in markDefs()