LLVM 20.0.0git
|
This class represents an entry in the slot index list held in the SlotIndexes pass. More...
#include "llvm/CodeGen/SlotIndexes.h"
Public Member Functions | |
IndexListEntry (MachineInstr *mi, unsigned index) | |
MachineInstr * | getInstr () const |
void | setInstr (MachineInstr *mi) |
unsigned | getIndex () const |
void | setIndex (unsigned index) |
Public Member Functions inherited from llvm::ilist_node_impl< OptionsT > | |
self_iterator | getIterator () |
const_self_iterator | getIterator () const |
reverse_self_iterator | getReverseIterator () |
const_reverse_self_iterator | getReverseIterator () const |
bool | isSentinel () const |
Check whether this is the sentinel node. | |
Public Member Functions inherited from llvm::ilist_detail::node_parent_access< ilist_node_impl< OptionsT >, OptionsT::parent_ty > | |
const OptionsT::parent_ty * | getParent () const |
OptionsT::parent_ty * | getParent () |
void | setParent (OptionsT::parent_ty *Parent) |
Additional Inherited Members | |
Protected Types inherited from llvm::ilist_node_impl< OptionsT > | |
using | self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, false, false >::type |
using | const_self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, false, true >::type |
using | reverse_self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, true, false >::type |
using | const_reverse_self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, true, true >::type |
Protected Member Functions inherited from llvm::ilist_node_impl< OptionsT > | |
ilist_node_impl ()=default | |
This class represents an entry in the slot index list held in the SlotIndexes pass.
It should not be used directly. See the SlotIndex & SlotIndexes classes for the public interface to this information.
Definition at line 46 of file SlotIndexes.h.
|
inline |
Definition at line 51 of file SlotIndexes.h.
|
inline |
Definition at line 58 of file SlotIndexes.h.
Referenced by llvm::SlotIndex::getApproxInstrDistance(), and llvm::SlotIndex::print().
|
inline |
Definition at line 53 of file SlotIndexes.h.
Referenced by llvm::SlotIndexes::getInstructionFromIndex(), llvm::SlotIndexes::removeMachineInstrFromMaps(), llvm::SlotIndexes::removeSingleMachineInstrFromMaps(), and llvm::SlotIndexes::replaceMachineInstrInMaps().
|
inline |
Definition at line 59 of file SlotIndexes.h.
|
inline |
Definition at line 54 of file SlotIndexes.h.
Referenced by llvm::SlotIndexes::removeMachineInstrFromMaps(), llvm::SlotIndexes::removeSingleMachineInstrFromMaps(), and llvm::SlotIndexes::replaceMachineInstrInMaps().