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 230 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot());
LiveInterval.h 359 const_iterator I = FindSegmentContaining(Idx.getPrevSlot());
SlotIndexes.h 292 SlotIndex getPrevSlot() const {
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 139 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 221 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
765 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
    [all...]
LiveIntervalAnalysis.cpp 375 const MachineBasicBlock *MBB = getMBBFromIndex(Idx.getPrevSlot());
    [all...]
MachineVerifier.cpp     [all...]
RegisterCoalescer.cpp 463 IntB.FindSegmentContaining(AValNo->def.getPrevSlot());
470 LIS->getInstructionFromIndex(ValS->end.getPrevSlot());
    [all...]
LiveInterval.cpp 335 iterator I = std::upper_bound(begin(), end(), Kill.getPrevSlot());
MachineBasicBlock.cpp 856 SlotIndex PrevIndex = StartIndex.getPrevSlot();
    [all...]

Completed in 482 milliseconds