This is an entry in the NonLocalDepInfo cache.
Declared in <llvm/Analysis/MemoryDependenceAnalysis.h>
class NonLocalDepEntry;
For each BasicBlock (the BB entry) it keeps a MemDepResult.
| Name | Description |
|---|---|
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. |