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

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

Public Member Functions
void registerBranch (BranchInst *BI)
Add a branch condition to the cache.
void removeValue (Value *V)
Remove a value from the cache, e.g. because it will be erased.
ArrayRef< BranchInst * > conditionsFor (const Value *V) const
Access the list of branches which affect this value.

Definition at line 29 of file DomConditionCache.h.

conditionsFor()

registerBranch()

void DomConditionCache::registerBranch ( BranchInst * BI )

removeValue()

void llvm::DomConditionCache::removeValue ( Value * V) inline

Remove a value from the cache, e.g. because it will be erased.

Definition at line 40 of file DomConditionCache.h.


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