LLVM: llvm::LiveStacks Class Reference (original) (raw)

#include "[llvm/CodeGen/LiveStacks.h](LiveStacks%5F8h%5Fsource.html)"

Public Types
using iterator = SS2IntervalMap::iterator
using const_iterator = SS2IntervalMap::const_iterator
Public Member Functions
const_iterator begin () const
const_iterator end () const
iterator begin ()
iterator end ()
unsigned getNumIntervals () const
LiveInterval & getOrCreateInterval (int Slot, const TargetRegisterClass *RC)
LiveInterval & getInterval (int Slot)
const LiveInterval & getInterval (int Slot) const
bool hasInterval (int Slot) const
const TargetRegisterClass * getIntervalRegClass (int Slot) const
VNInfo::Allocator & getVNInfoAllocator ()
void releaseMemory ()
void init (MachineFunction &MF)
init - analysis entry point
void print (raw_ostream &O, const Module *M=nullptr) const
print - Implement the dump method.

Definition at line 36 of file LiveStacks.h.

const_iterator

using llvm::LiveStacks::const_iterator = SS2IntervalMap::const_iterator

iterator

using llvm::LiveStacks::iterator = SS2IntervalMap::iterator

begin() [1/2]

iterator llvm::LiveStacks::begin ( ) inline

begin() [2/2]

const_iterator llvm::LiveStacks::begin ( ) const inline

end() [1/2]

iterator llvm::LiveStacks::end ( ) inline

end() [2/2]

const_iterator llvm::LiveStacks::end ( ) const inline

getInterval() [1/2]

LiveInterval & llvm::LiveStacks::getInterval ( int Slot) inline

getInterval() [2/2]

getIntervalRegClass()

getNumIntervals()

unsigned llvm::LiveStacks::getNumIntervals ( ) const inline

getOrCreateInterval()

getVNInfoAllocator()

hasInterval()

bool llvm::LiveStacks::hasInterval ( int Slot) const inline

init()

print()

releaseMemory()

void LiveStacks::releaseMemory ( )

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