reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
237 return Indexes->getMBBStartIdx(mbb);
include/llvm/CodeGen/SlotIndexes.h431 return getMBBStartIdx(MBB); 619 endEntry = getMBBStartIdx(&*nextMBB).listEntry();lib/CodeGen/LiveIntervals.cpp
221 RegMaskSlots.push_back(Indexes->getMBBStartIdx(&MBB)); 325 SlotIndex Begin = Indexes->getMBBStartIdx(&MBB); 390 SlotIndex BlockStart = Indexes->getMBBStartIdx(MBB);lib/CodeGen/LiveRangeCalc.cpp
251 auto EP = LR.extendInBlock(Undefs, Indexes->getMBBStartIdx(UseMBB), Use);
lib/CodeGen/MachineBasicBlock.cpp 301 OS << Indexes->getMBBStartIdx(this) << '\t';
lib/CodeGen/MachineVerifier.cpp495 errs() << " [" << Indexes->getMBBStartIdx(MBB) 822 lastIndex = Indexes->getMBBStartIdx(MBB);lib/CodeGen/SlotIndexes.cpp
182 startIdx = getMBBStartIdx(MBB);
lib/CodeGen/StackColoring.cpp 829 Starts[pos] = Indexes->getMBBStartIdx(&MBB);
lib/Target/AMDGPU/GCNSchedStrategy.cpp449 if (Ind->getMBBStartIdx(MBB) < Ind->getMBBStartIdx(*MBB->succ_begin())) 449 if (Ind->getMBBStartIdx(MBB) < Ind->getMBBStartIdx(*MBB->succ_begin()))