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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 219 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
220 return Indexes->getMBBEndIdx(mbb);
230 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot());
SlotIndexes.h 466 return getMBBEndIdx(MBB);
496 SlotIndex getMBBEndIdx(unsigned Num) const {
501 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
517 index < getMBBEndIdx(J->second) &&
  /external/llvm/lib/CodeGen/
SplitKit.cpp 66 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB);
117 if (LSP == LIS.getMBBEndIdx(MBB))
285 SlotIndex Stop = LIS.getMBBEndIdx(MFI);
293 Stop = LIS.getMBBEndIdx(MFI);
517 SlotIndex End = LIS.getMBBEndIdx(&MBB);
535 useIntv(LIS.getMBBStartIdx(&MBB), LIS.getMBBEndIdx(&MBB));
809 SlotIndex Last = LIS.getMBBEndIdx(Dom.first).getPrevSlot();
910 BlockEnd = LIS.getMBBEndIdx(MBB);
    [all...]
LiveIntervalAnalysis.cpp 390 SlotIndex Stop = getMBBEndIdx(*PI);
407 SlotIndex Stop = getMBBEndIdx(*PI);
629 if (VNI == LI.getVNInfoBefore(Indexes->getMBBEndIdx(*PI)))
652 getMBBEndIdx(startInst->getParent()), VN);
    [all...]
SlotIndexes.cpp 167 endIdx = getMBBEndIdx(MBB);
StackColoring.cpp 416 Finishes[pos] = Indexes->getMBBEndIdx(&MBB);
435 SlotIndex NewFin = Indexes->getMBBEndIdx(&MBB);
LiveRangeCalc.cpp 85 Idx = Indexes->getMBBEndIdx(MI->getOperand(OpNo+1).getMBB());
LiveDebugVariables.cpp 511 SlotIndex Stop = LIS.getMBBEndIdx(MBB);
    [all...]
MachineVerifier.cpp 398 << ';' << Indexes->getMBBEndIdx(MBB) << ')';
    [all...]
TwoAddressInstructionPass.cpp 221 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
765 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
    [all...]
PHIElimination.cpp 515 LIS->getMBBEndIdx(&opBlock));
MachineBasicBlock.cpp 855 SlotIndex StartIndex = Indexes->getMBBEndIdx(this);
857 SlotIndex EndIndex = Indexes->getMBBEndIdx(NMBB);
    [all...]
RegisterCoalescer.cpp     [all...]
LiveInterval.cpp 880 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)))
RegisterPressure.cpp 232 return LIS->getMBBEndIdx(MBB);
    [all...]
InlineSpiller.cpp 834 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI));
    [all...]
MachineScheduler.cpp     [all...]

Completed in 790 milliseconds