reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
264 if (Pos >= endIndex()) 272 if (Pos >= endIndex()) 389 return index >= endIndex(); 511 endIndex() < End.getBoundaryIndex();lib/CodeGen/LiveInterval.cpp
354 if (empty() || Pos >= endIndex())
lib/CodeGen/LiveIntervals.cpp 826 SlotIndex Stop = LI.endIndex();
lib/CodeGen/MachineScheduler.cpp 1767 const VNInfo *LastLocalVN = LocalLI->getVNInfoBefore(LocalLI->endIndex());
lib/CodeGen/PHIElimination.cpp 347 if (DestLI.endIndex().isDead()) {
lib/CodeGen/RegAllocGreedy.cpp 726 Prio = Indexes->getZeroIndex().getInstrDistance(LI->endIndex());
lib/Target/AMDGPU/GCNNSAReassign.cpp289 MaxInd = I ? std::max(MaxInd, LI->endIndex()) : LI->endIndex(); 289 MaxInd = I ? std::max(MaxInd, LI->endIndex()) : LI->endIndex();lib/Target/SystemZ/SystemZRegisterInfo.cpp
366 MachineInstr *LastMI_GR128 = LIS.getInstructionFromIndex(IntGR128.endIndex()); 367 MachineInstr *LastMI_GRNar = LIS.getInstructionFromIndex(IntGRNar.endIndex());