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;
83 AliasSet *getAliasSet(AliasSetTracker &AST) {
84 assert(AS && "No AliasSet yet!");
86 AliasSet *OldAS = AS;
94 void setAliasSet(AliasSet *a
225 AliasSet() : PtrList(0), PtrListEnd(&PtrList), Forward(0), RefCount(0), function in class:llvm::AliasSet
[all...]

Completed in 212 milliseconds