LLVM API Documentation

Public Member Functions
llvm::IndexListEntry Class Reference

#include <SlotIndexes.h>

Inheritance diagram for llvm::IndexListEntry:
Inheritance graph
[legend]
Collaboration diagram for llvm::IndexListEntry:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 IndexListEntry (MachineInstr *mi, unsigned index)
MachineInstrgetInstr () const
void setInstr (MachineInstr *mi)
unsigned getIndex () const
void setIndex (unsigned index)

Detailed Description

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 38 of file SlotIndexes.h.


Constructor & Destructor Documentation

Definition at line 44 of file SlotIndexes.h.


Member Function Documentation

Definition at line 46 of file SlotIndexes.h.

Referenced by llvm::SlotIndexes::getInstructionFromIndex().

void llvm::IndexListEntry::setIndex ( unsigned  index) [inline]

Definition at line 52 of file SlotIndexes.h.


The documentation for this class was generated from the following file: