|
LLVM
3.7.0
|
#include <InterferenceCache.h>
Classes | |
| class | Cursor |
| Cursor - The primary query interface for the block interference cache. More... | |
Public Member Functions | |
| InterferenceCache () | |
| ~InterferenceCache () | |
| void | reinitPhysRegEntries () |
| void | init (MachineFunction *, LiveIntervalUnion *, SlotIndexes *, LiveIntervals *, const TargetRegisterInfo *) |
| init - Prepare cache for a new function. More... | |
| unsigned | getMaxCursors () const |
| getMaxCursors - Return the maximum number of concurrent cursors that can be supported. More... | |
Friends | |
| class | Cursor |
Definition at line 24 of file InterferenceCache.h.
|
inline |
Definition at line 152 of file InterferenceCache.h.
|
inline |
Definition at line 156 of file InterferenceCache.h.
|
inline |
getMaxCursors - Return the maximum number of concurrent cursors that can be supported.
Definition at line 168 of file InterferenceCache.h.
| void InterferenceCache::init | ( | MachineFunction * | mf, |
| LiveIntervalUnion * | liuarray, | ||
| SlotIndexes * | indexes, | ||
| LiveIntervals * | lis, | ||
| const TargetRegisterInfo * | tri | ||
| ) |
init - Prepare cache for a new function.
Definition at line 43 of file InterferenceCache.cpp.
References reinitPhysRegEntries().
| void InterferenceCache::reinitPhysRegEntries | ( | ) |
Definition at line 35 of file InterferenceCache.cpp.
References llvm::MCRegisterInfo::getNumRegs().
Referenced by init().
|
friend |
Definition at line 233 of file InterferenceCache.h.
1.8.6