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

  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 143 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot());
317 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def));
328 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);
616 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) &&
754 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def);
804 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
886 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start);
    [all...]
LiveIntervalAnalysis.cpp 360 const MachineBasicBlock *MBB = getMBBFromIndex(Idx.getPrevSlot());
449 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill);
585 // getMBBFromIndex doesn't need to search the MBB table when both indexes
587 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start);
588 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop);
599 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def);
    [all...]
InlineSpiller.cpp 368 SV.SpillMBB = LIS.getMBBFromIndex(SV.SpillVNI->def);
386 DepSV.SpillMBB = LIS.getMBBFromIndex(DepSV.SpillVNI->def);
714 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SVI.SpillVNI->def);
810 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
    [all...]
RegisterCoalescer.cpp     [all...]
LiveDebugVariables.cpp 498 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start);
    [all...]
MachineVerifier.cpp     [all...]
LiveInterval.cpp 876 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 213 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
214 return Indexes->getMBBFromIndex(index);
SlotIndexes.h 478 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {

Completed in 1700 milliseconds