Searched defs:AliasSetTracker (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h1 //===- llvm/Analysis/AliasSetTracker.h - Build Alias Sets -------*- C++ -*-===//
10 // This file defines two classes: AliasSetTracker and AliasSet. These interface
12 // of disjoint sets. Each AliasSet object constructed by the AliasSetTracker
32 class AliasSetTracker;
36 friend class AliasSetTracker;
82 AliasSet *getAliasSet(AliasSetTracker &AST) {
142 void dropRef(AliasSetTracker &AST) {
165 /// part of the AliasSetTracker object.
170 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST);
220 // Can only be created by AliasSetTracker
281 class AliasSetTracker { class in namespace:llvm
310 explicit AliasSetTracker(AliasAnalysis &aa) : AA(aa) {} function in class:llvm::AliasSetTracker
[all...]

Completed in 62 milliseconds