LLVM: llvm::NonLocalDepEntry Class Reference (original) (raw)

This is an entry in the NonLocalDepInfo cache. More...

#include "[llvm/Analysis/MemoryDependenceAnalysis.h](MemoryDependenceAnalysis%5F8h%5Fsource.html)"

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

This is an entry in the NonLocalDepInfo cache.

For each BasicBlock (the BB entry) it keeps a MemDepResult.

Definition at line 205 of file MemoryDependenceAnalysis.h.

NonLocalDepEntry() [2/2]

llvm::NonLocalDepEntry::NonLocalDepEntry ( BasicBlock * BB) inline

getBB()

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

getResult()

operator<()

setResult()


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