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
33 class AliasSetTracker;
37 friend class AliasSetTracker;
84 AliasSet *getAliasSet(AliasSetTracker &AST) {
150 void dropRef(AliasSetTracker &AST) {
173 /// part of the AliasSetTracker object.
178 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST);
224 // Can only be created by AliasSetTracker
287 class AliasSetTracker { class in namespace:llvm
317 explicit AliasSetTracker(AliasAnalysis &aa) : AA(aa) {} function in class:llvm::AliasSetTracker
[all...]

Completed in 37 milliseconds