LLVM API Documentation
Cursor - The primary query interface for the block interference cache. More...
#include <InterferenceCache.h>
Public Member Functions | |
Cursor () | |
Cursor - Create a dangling cursor. More... | |
~Cursor () | |
Cursor (const Cursor &O) | |
Cursor & | operator= (const Cursor &O) |
void | setPhysReg (InterferenceCache &Cache, unsigned PhysReg) |
setPhysReg - Point this cursor to PhysReg's interference. More... | |
void | moveToBlock (unsigned MBBNum) |
moveTo - Move cursor to basic block MBBNum. More... | |
bool | hasInterference () |
hasInterference - Return true if the current block has any interference. More... | |
SlotIndex | first () |
SlotIndex | last () |
Cursor - The primary query interface for the block interference cache.
Definition at line 161 of file InterferenceCache.h.
|
inline |
Cursor - Create a dangling cursor.
Definition at line 179 of file InterferenceCache.h.
|
inline |
Definition at line 180 of file InterferenceCache.h.
|
inline |
Definition at line 182 of file InterferenceCache.h.
|
inline |
first - Return the starting index of the first interfering range in the current block.
Definition at line 212 of file InterferenceCache.h.
|
inline |
hasInterference - Return true if the current block has any interference.
Definition at line 206 of file InterferenceCache.h.
|
inline |
last - Return the ending index of the last interfering range in the current block.
Definition at line 218 of file InterferenceCache.h.
|
inline |
moveTo - Move cursor to basic block MBBNum.
Definition at line 201 of file InterferenceCache.h.
Definition at line 186 of file InterferenceCache.h.
|
inline |
setPhysReg - Point this cursor to PhysReg's interference.
Definition at line 192 of file InterferenceCache.h.