25 #ifndef LLVM_TRANSFORMS_OBJCARC_PROVENANCEANALYSIS_H
26 #define LLVM_TRANSFORMS_OBJCARC_PROVENANCEANALYSIS_H
52 typedef std::pair<const Value *, const Value *> ValuePairTy;
73 CachedResults.
clear();
80 #endif // LLVM_TRANSFORMS_OBJCARC_PROVENANCEANALYSIS_H
AliasAnalysis * getAA() const
bool related(const Value *A, const Value *B)
void setAA(AliasAnalysis *aa)
#define LLVM_DELETED_FUNCTION
LLVM Value Representation.
This is similar to BasicAliasAnalysis, and it uses many of the same techniques, except it uses specia...