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 139 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot());
311 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def));
322 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def));
SplitKit.cpp 185 MachineFunction::iterator MFI = LIS.getMBBFromIndex(LVI->start);
268 MFI = LIS.getMBBFromIndex(LVI->start);
284 MachineFunction::const_iterator MFI = LIS.getMBBFromIndex(LVI->start);
618 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) &&
756 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def);
806 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
888 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start);
    [all...]
LiveIntervalAnalysis.cpp 375 const MachineBasicBlock *MBB = getMBBFromIndex(Idx.getPrevSlot());
472 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill);
609 // getMBBFromIndex doesn't need to search the MBB table when both indexes
611 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start);
612 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop);
623 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def);
    [all...]
InlineSpiller.cpp 375 SV.SpillMBB = LIS.getMBBFromIndex(SV.SpillVNI->def);
393 DepSV.SpillMBB = LIS.getMBBFromIndex(DepSV.SpillVNI->def);
733 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SVI.SpillVNI->def);
831 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
    [all...]
RegisterCoalescer.cpp     [all...]
LiveDebugVariables.cpp 510 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start);
    [all...]
MachineVerifier.cpp     [all...]
LiveInterval.cpp 875 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 233 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
234 return Indexes->getMBBFromIndex(index);
SlotIndexes.h 506 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {

Completed in 472 milliseconds