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

References

include/llvm/CodeGen/SlotIndexes.h
  226     bool isBlock() const { return getSlot() == Slot_Block; }
  242       return SlotIndex(listEntry(), Slot_Block);
  272         return SlotIndex(&*++listEntry()->getIterator(), Slot_Block);
  291       if (s == Slot_Block) {
  573       SlotIndex newIndex(&*newItr, SlotIndex::Slot_Block);
  623       SlotIndex startIdx(startEntry, SlotIndex::Slot_Block);
  624       SlotIndex endIdx(endEntry, SlotIndex::Slot_Block);
lib/CodeGen/SlotIndexes.cpp
   72     SlotIndex blockStartIndex(&indexList.back(), SlotIndex::Slot_Block);
   83           &MI, SlotIndex(&indexList.back(), SlotIndex::Slot_Block)));
   91                                                    SlotIndex::Slot_Block);