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

  /external/llvm/lib/Analysis/
MemoryLocation.cpp 22 AAMDNodes AATags;
23 LI->getAAMetadata(AATags);
27 DL.getTypeStoreSize(LI->getType()), AATags);
31 AAMDNodes AATags;
32 SI->getAAMetadata(AATags);
37 AATags);
41 AAMDNodes AATags;
42 VI->getAAMetadata(AATags);
44 return MemoryLocation(VI->getPointerOperand(), UnknownSize, AATags);
48 AAMDNodes AATags;
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 61 AAMDNodes AATags;
97 const AAMDNodes &AATags = AAMDNodes())
98 : Ptr(Ptr), Size(Size), AATags(AATags) {}
114 Copy.AATags = AAMDNodes();
119 return Ptr == Other.Ptr && Size == Other.Size && AATags == Other.AATags;
134 DenseMapInfo<AAMDNodes>::getHashValue(Val.AATags);
MemoryDependenceAnalysis.h 289 /// AATags - The AA tags associated with dereferences of the
292 AAMDNodes AATags;
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 750 AAMDNodes AATags;
775 const AAMDNodes &AATags)
778 LI(li), DL(dl), Alignment(alignment), AATags(AATags) {}
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 792 AAMDNodes AATags;
795 DefMaxInstsToScan, AA, &AATags)) {
    [all...]

Completed in 178 milliseconds