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 249 MDNode *TBAATag = MTI->getMetadata(LLVMContext::MD_tbaa);
251 return Location(MTI->getRawSource(), Size, TBAATag);
262 MDNode *TBAATag = MTI->getMetadata(LLVMContext::MD_tbaa);
264 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;
508 DenseMapInfo<const MDNode *>::getHashValue(Val.TBAATag);
514 LHS.TBAATag == RHS.TBAATag;
MemoryDependenceAnalysis.h 250 /// TBAATag - The TBAA tag associated with dereferences of the
252 const MDNode *TBAATag;
254 NonLocalPointerInfo() : Size(AliasAnalysis::UnknownSize), TBAATag(0) {}
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]

Completed in 594 milliseconds