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

/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h10 // This file defines two classes: AliasSetTracker and AliasSet. These interface
12 // of disjoint sets. Each AliasSet object constructed by the AliasSetTracker
34 class AliasSet;
36 class AliasSet : public ilist_node<AliasSet> { class in namespace:llvm
42 AliasSet *AS;
84 AliasSet *getAliasSet(AliasSetTracker &AST) {
85 assert(AS && "No AliasSet yet!");
87 AliasSet *OldAS = AS;
95 void setAliasSet(AliasSet *a
227 AliasSet() function in class:llvm::AliasSet
[all...]

Completed in 85 milliseconds