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

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h232 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { function in class:llvm::LiveIntervals
233 return Indexes->getMBBFromIndex(index);
H A DSlotIndexes.h532 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { function in class:llvm::SlotIndexes
/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp228 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot());
404 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def));
415 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def));
H A DSplitKit.cpp181 LIS.getMBBFromIndex(LVI->start)->getIterator();
264 MFI = LIS.getMBBFromIndex(LVI->start)->getIterator();
281 LIS.getMBBFromIndex(LVI->start)->getIterator();
607 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) &&
741 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def);
791 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
870 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator();
934 MachineBasicBlock *MBB = LIS.getMBBFromIndex(PHIVNI->def);
H A DLiveIntervalAnalysis.cpp377 const MachineBasicBlock *MBB = Indexes.getMBBFromIndex(Idx.getPrevSlot());
612 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill);
816 // getMBBFromIndex doesn't need to search the MBB table when both indexes
818 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start);
819 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop);
828 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def);
1230 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(NewIdx);
H A DInlineSpiller.cpp374 SV.SpillMBB = LIS.getMBBFromIndex(SV.SpillVNI->def);
392 DepSV.SpillMBB = LIS.getMBBFromIndex(DepSV.SpillVNI->def);
735 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SVI.SpillVNI->def);
833 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
H A DLiveInterval.cpp829 const MachineBasicBlock *MBB = Indexes.getMBBFromIndex(S.start);
966 const MachineBasicBlock *MBB = Indexes.getMBBFromIndex(Pos);
1349 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
H A DLiveDebugVariables.cpp544 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start);
989 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator();
H A DMachineVerifier.cpp1448 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(VNI->def);
1539 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(S.start);
1554 LiveInts->getMBBFromIndex(S.end.getPrevSlot());
H A DRegisterCoalescer.cpp2031 DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) {
2115 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def);
2186 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def);
2266 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def);
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp484 MachineBasicBlock *PB = LIS->getMBBFromIndex(PE);
573 MachineBasicBlock *PB = LIS->getMBBFromIndex(PE);

Completed in 859 milliseconds