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

  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 262 MDNode *TBAATag = MTI->getMetadata(LLVMContext::MD_tbaa);
264 return Location(MTI->getRawSource(), Size, TBAATag);
275 MDNode *TBAATag = MTI->getMetadata(LLVMContext::MD_tbaa);
277 return Location(MTI->getRawDest(), Size, TBAATag);
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 107 /// TBAATag - The metadata node which describes the TBAA type of
109 const MDNode *TBAATag;
113 : Ptr(P), Size(S), TBAATag(N) {}
129 Copy.TBAATag = 0;
548 DenseMapInfo<const MDNode *>::getHashValue(Val.TBAATag);
554 LHS.TBAATag == RHS.TBAATag;
MemoryDependenceAnalysis.h 285 /// TBAATag - The TBAA tag associated with dereferences of the
287 const MDNode *TBAATag;
289 NonLocalPointerInfo() : Size(AliasAnalysis::UnknownSize), TBAATag(0) {}
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]

Completed in 67 milliseconds