HomeSort by relevance Sort by last modified time
    Searched defs:AliasSetTracker (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 1 //===- llvm/Analysis/AliasSetTracker.h - Build Alias Sets -------*- C++ -*-===//
10 // This file defines two classes: AliasSetTracker and AliasSet. These interfaces
12 // of disjoint sets. Each AliasSet object constructed by the AliasSetTracker
34 class AliasSetTracker;
38 friend class AliasSetTracker;
91 AliasSet *getAliasSet(AliasSetTracker &AST) {
157 void dropRef(AliasSetTracker &AST) {
179 /// AliasSetTracker object.
183 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST);
229 // Can only be created by AliasSetTracker. Also, ilist creates on
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasSetTracker.h 1 //===- 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;
83 AliasSet *getAliasSet(AliasSetTracker &AST) {
144 void dropRef(AliasSetTracker &AST) {
167 /// part of the AliasSetTracker object.
172 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST);
222 // Can only be created by AliasSetTracker. Also, ilist creates on
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
AliasSetTracker.h 1 //===- llvm/Analysis/AliasSetTracker.h - Build Alias Sets -------*- C++ -*-===//
10 // This file defines two classes: AliasSetTracker and AliasSet. These interfaces
12 // of disjoint sets. Each AliasSet object constructed by the AliasSetTracker
37 class AliasSetTracker;
48 friend class AliasSetTracker;
106 AliasSet *getAliasSet(AliasSetTracker &AST) {
185 void dropRef(AliasSetTracker &AST) {
210 /// AliasSetTracker object.
214 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST);
264 // Can only be created by AliasSetTracker
    [all...]

Completed in 110 milliseconds