LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::NonLocalDepEntry Class Reference

#include <MemoryDependenceAnalysis.h>

Public Member Functions

 NonLocalDepEntry (BasicBlock *bb, MemDepResult result)
 
 NonLocalDepEntry (BasicBlock *bb)
 
BasicBlockgetBB () const
 
void setResult (const MemDepResult &R)
 
const MemDepResultgetResult () 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.

Definition at line 190 of file MemoryDependenceAnalysis.h.

Constructor & Destructor Documentation

llvm::NonLocalDepEntry::NonLocalDepEntry ( BasicBlock bb,
MemDepResult  result 
)
inline

Definition at line 194 of file MemoryDependenceAnalysis.h.

llvm::NonLocalDepEntry::NonLocalDepEntry ( BasicBlock bb)
inline

Definition at line 198 of file MemoryDependenceAnalysis.h.

Member Function Documentation

BasicBlock* llvm::NonLocalDepEntry::getBB ( ) const
inline

Definition at line 201 of file MemoryDependenceAnalysis.h.

Referenced by llvm::NonLocalDepResult::getBB().

const MemDepResult& llvm::NonLocalDepEntry::getResult ( ) const
inline
bool llvm::NonLocalDepEntry::operator< ( const NonLocalDepEntry RHS) const
inline

Definition at line 207 of file MemoryDependenceAnalysis.h.

void llvm::NonLocalDepEntry::setResult ( const MemDepResult R)
inline

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