llvm::NonLocalDepEntry Class Reference
#include <MemoryDependenceAnalysis.h>
List of all members.
|
Public Member Functions |
|
| NonLocalDepEntry (BasicBlock *bb, MemDepResult result) |
|
| NonLocalDepEntry (BasicBlock *bb) |
|
BasicBlock * | getBB () const |
|
void | setResult (const MemDepResult &R) |
|
const MemDepResult & | getResult () const |
|
bool | operator< (const NonLocalDepEntry &RHS) const |
Detailed Description
NonLocalDepEntry - This is an entry in the NonLocalDepInfo cache. For each BasicBlock (the BB entry) it keeps a
MemDepResult.
The documentation for this class was generated from the following file: