LLVM 19.0.0git
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 206 of file MemoryDependenceAnalysis.h.

Constructor & Destructor Documentation

◆ NonLocalDepEntry() [1/2]

llvm::NonLocalDepEntry::NonLocalDepEntry ( BasicBlock BB,
MemDepResult  Result 
)
inline

Definition at line 211 of file MemoryDependenceAnalysis.h.

◆ NonLocalDepEntry() [2/2]

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

Definition at line 215 of file MemoryDependenceAnalysis.h.

Member Function Documentation

◆ getBB()

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

Definition at line 218 of file MemoryDependenceAnalysis.h.

◆ getResult()

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

◆ operator<()

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

Definition at line 224 of file MemoryDependenceAnalysis.h.

References RHS.

◆ setResult()

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

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