reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
90 if (!Intersection.TBAA || !Intersection.Scope ||
include/llvm/IR/Metadata.h649 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias; 649 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias; 654 explicit operator bool() const { return TBAA || Scope || NoAlias; } 672 Result.TBAA = Other.TBAA == TBAA ? TBAA : nullptr; 672 Result.TBAA = Other.TBAA == TBAA ? TBAA : nullptr; 672 Result.TBAA = Other.TBAA == TBAA ? TBAA : nullptr; 672 Result.TBAA = Other.TBAA == TBAA ? TBAA : nullptr; 693 return DenseMapInfo<MDNode *>::getHashValue(Val.TBAA) ^lib/Analysis/LoopAccessAnalysis.cpp
1945 Loc.AATags.TBAA = nullptr; 1989 Loc.AATags.TBAA = nullptr;lib/Analysis/TypeBasedAliasAnalysis.cpp
376 if (Aliases(LocA.AATags.TBAA, LocB.AATags.TBAA)) 376 if (Aliases(LocA.AATags.TBAA, LocB.AATags.TBAA)) 389 const MDNode *M = Loc.AATags.TBAA; 430 if (const MDNode *L = Loc.AATags.TBAA) 524 N.TBAA = 525 MDNode::getMostGenericTBAA(N.TBAA, getMetadata(LLVMContext::MD_tbaa)); 527 N.TBAA = getMetadata(LLVMContext::MD_tbaa);lib/CodeGen/MIRParser/MIParser.cpp
2910 if (parseMDNode(AAInfo.TBAA))
lib/CodeGen/MachineOperand.cpp1161 if (AAInfo.TBAA) { 1163 AAInfo.TBAA->printAsOperand(OS, MST);lib/IR/Metadata.cpp
1262 setMetadata(LLVMContext::MD_tbaa, N.TBAA);