LLVM API Documentation
Array of PressureDiffs. More...
#include <RegisterPressure.h>
Public Member Functions | |
PressureDiffs () | |
~PressureDiffs () | |
void | clear () |
void | init (unsigned N) |
Initialize an array of N PressureDiffs. | |
PressureDiff & | operator[] (unsigned Idx) |
const PressureDiff & | operator[] (unsigned Idx) const |
Array of PressureDiffs.
Definition at line 156 of file RegisterPressure.h.
llvm::PressureDiffs::PressureDiffs | ( | ) | [inline] |
Definition at line 161 of file RegisterPressure.h.
llvm::PressureDiffs::~PressureDiffs | ( | ) | [inline] |
Definition at line 162 of file RegisterPressure.h.
References llvm::LibFunc::free.
void llvm::PressureDiffs::clear | ( | ) | [inline] |
Definition at line 164 of file RegisterPressure.h.
Referenced by llvm::ScheduleDAGMILive::enterRegion().
void PressureDiffs::init | ( | unsigned | N | ) |
Initialize an array of N PressureDiffs.
Definition at line 373 of file RegisterPressure.cpp.
References llvm::LibFunc::calloc, llvm::LibFunc::free, and llvm::LibFunc::memset.
Referenced by llvm::ScheduleDAGInstrs::buildSchedGraph().
PressureDiff& llvm::PressureDiffs::operator[] | ( | unsigned | Idx | ) | [inline] |
Definition at line 168 of file RegisterPressure.h.
const PressureDiff& llvm::PressureDiffs::operator[] | ( | unsigned | Idx | ) | const [inline] |
Definition at line 172 of file RegisterPressure.h.