LLVM API Documentation

Public Member Functions
llvm::NonLocalDepEntry Class Reference

#include <MemoryDependenceAnalysis.h>

List of all members.

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

Definition at line 194 of file MemoryDependenceAnalysis.h.

Definition at line 198 of file MemoryDependenceAnalysis.h.


Member Function Documentation

Definition at line 201 of file MemoryDependenceAnalysis.h.

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

bool llvm::NonLocalDepEntry::operator< ( const NonLocalDepEntry RHS) const [inline]

Definition at line 207 of file MemoryDependenceAnalysis.h.


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