Home
last modified time | relevance | path

Searched refs:getMostGenericTBAA (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp477 MDNode *MDNode::getMostGenericTBAA(MDNode *A, MDNode *B) { in getMostGenericTBAA() function in MDNode
524 Result.TBAA = MDNode::getMostGenericTBAA(TBAA, Other.TBAA); in merge()
H A DVectorUtils.cpp863 MD = MDNode::getMostGenericTBAA(MD, IMD); in propagateMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1456 static MDNode *getMostGenericTBAA(MDNode *A, MDNode *B);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3265 K->setMetadata(Kind, MDNode::getMostGenericTBAA(JMD, KMD)); in combineMetadata()