llvm::NonLocalDepEntry

This is an entry in the NonLocalDepInfo cache.

Synopsis

Declared in <llvm/Analysis/MemoryDependenceAnalysis.h>

class NonLocalDepEntry;

Description

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

Member Functions

NameDescription
NonLocalDepEntry [constructor]Constructors
getBB Return the basic block for this entry.
getResult Return the cached dependence result for this block.
setResult Set the cached dependence result to R.
operator< Return true if this entry's block is ordered before RHS.