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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 210 return li.liveAt(getMBBEndIdx(mbb).getPrevSlot());
LiveInterval.h 333 const_iterator I = FindLiveRangeContaining(Idx.getPrevSlot());
SlotIndexes.h 292 SlotIndex getPrevSlot() const {
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 143 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot());
SplitKit.cpp 518 SlotIndex Last = End.getPrevSlot();
659 AssignI.find(Def.getPrevSlot());
809 SlotIndex Last = LIS.getMBBEndIdx(Dom.first).getPrevSlot();
    [all...]
TwoAddressInstructionPass.cpp 220 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
766 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
    [all...]
LiveIntervalAnalysis.cpp 371 const MachineBasicBlock *MBB = getMBBFromIndex(Idx.getPrevSlot());
    [all...]
MachineVerifier.cpp     [all...]
RegisterCoalescer.cpp 464 IntB.FindLiveRangeContaining(AValNo->def.getPrevSlot());
471 LIS->getInstructionFromIndex(ValLR->end.getPrevSlot());
    [all...]
LiveInterval.cpp 338 iterator I = std::upper_bound(begin(), end(), Kill.getPrevSlot());
MachineBasicBlock.cpp 845 SlotIndex PrevIndex = StartIndex.getPrevSlot();
    [all...]

Completed in 791 milliseconds