LLVM  8.0.1
Public Member Functions | List of all members
llvm::NonLocalDepEntry Class Reference

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

#include "llvm/Analysis/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

This is an entry in the NonLocalDepInfo cache.

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

Definition at line 211 of file MemoryDependenceAnalysis.h.

Constructor & Destructor Documentation

◆ NonLocalDepEntry() [1/2]

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

Definition at line 216 of file MemoryDependenceAnalysis.h.

◆ NonLocalDepEntry() [2/2]

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

Definition at line 220 of file MemoryDependenceAnalysis.h.

Member Function Documentation

◆ getBB()

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

◆ getResult()

const MemDepResult& llvm::NonLocalDepEntry::getResult ( ) const
inline

◆ operator<()

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

Definition at line 229 of file MemoryDependenceAnalysis.h.

◆ setResult()

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

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