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

  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 115 /// TBAATag - The metadata node which describes the TBAA type of
117 const MDNode *TBAATag;
121 : Ptr(P), Size(S), TBAATag(N) {}
137 Copy.TBAATag = 0;
573 DenseMapInfo<const MDNode *>::getHashValue(Val.TBAATag);
579 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/Analysis/
AliasAnalysis.cpp 266 MDNode *TBAATag = MTI->getMetadata(LLVMContext::MD_tbaa);
268 return Location(MTI->getRawSource(), Size, TBAATag);
279 MDNode *TBAATag = MTI->getMetadata(LLVMContext::MD_tbaa);
281 return Location(MTI->getRawDest(), Size, TBAATag);
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]

Completed in 1972 milliseconds