reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/LiveInterval.h
  510       return beginIndex() > Start.getBaseIndex() &&
  591       const SlotIndex &thisIndex = beginIndex();
  592       const SlotIndex &otherIndex = other.beginIndex();
  845       const SlotIndex &thisIndex = beginIndex();
  846       const SlotIndex &otherIndex = other.beginIndex();
lib/CodeGen/LiveDebugVariables.cpp
 1028     LocMapI.find(LI->beginIndex());
lib/CodeGen/LiveInterval.cpp
  452   const_iterator I = find(Other.beginIndex());
lib/CodeGen/LiveIntervals.cpp
  822   SlotIndex Start = LI.beginIndex();
lib/CodeGen/MachineScheduler.cpp
 1720   LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex());
 1732   if (GlobalSegment->contains(LocalLI->beginIndex()))
 1748                                LocalLI->beginIndex())) {
 1753     assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() &&
 1783     LIS->getInstructionFromIndex(LocalLI->beginIndex());
lib/CodeGen/RegAllocGreedy.cpp
  721         Prio = LI->beginIndex().getInstrDistance(Indexes->getLastIndex());
lib/Target/AMDGPU/GCNNSAReassign.cpp
  288       MinInd = I ? std::min(MinInd, LI->beginIndex()) : LI->beginIndex();
  288       MinInd = I ? std::min(MinInd, LI->beginIndex()) : LI->beginIndex();
lib/Target/SystemZ/SystemZRegisterInfo.cpp
  363     LIS.getInstructionFromIndex(IntGR128.beginIndex());
  365     LIS.getInstructionFromIndex(IntGRNar.beginIndex());