HomeSort by relevance Sort by last modified time
    Searched refs:getMBBFromIndex (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 67 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot());
206 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def));
217 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def));
SplitKit.cpp 186 MachineFunction::iterator MFI = LIS.getMBBFromIndex(LVI->start);
269 MFI = LIS.getMBBFromIndex(LVI->start);
285 MachineFunction::const_iterator MFI = LIS.getMBBFromIndex(LVI->start);
612 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) &&
748 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def);
798 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
878 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start);
    [all...]
InlineSpiller.cpp 370 SV.SpillMBB = LIS.getMBBFromIndex(SV.SpillVNI->def);
388 DepSV.SpillMBB = LIS.getMBBFromIndex(DepSV.SpillVNI->def);
716 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SVI.SpillVNI->def);
812 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
    [all...]
RegAllocBase.cpp 271 MBB = Indexes->getMBBFromIndex(SI.start().getPrevIndex());
MachineVerifier.cpp     [all...]
LiveDebugVariables.cpp 494 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start);
    [all...]
LiveIntervalAnalysis.cpp 698 const MachineBasicBlock *MBB = getMBBFromIndex(Idx.getPrevSlot());
    [all...]
LiveInterval.cpp 679 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
RenderMachineFunction.cpp 809 MachineBasicBlock *mbb = sis->getMBBFromIndex(i);
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 235 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
236 return indexes_->getMBBFromIndex(index);
SlotIndexes.h 526 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {

Completed in 1251 milliseconds