Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp369 static bool isStructPathTBAA(const MDNode *MD) { in isStructPathTBAA() function
400 if ((!isStructPathTBAA(M) && TBAANode(M).isTypeImmutable()) || in getModRefInfoMask()
401 (isStructPathTBAA(M) && TBAAStructTagNode(M).isTypeImmutable())) in getModRefInfoMask()
414 if ((!isStructPathTBAA(M) && TBAANode(M).isTypeImmutable()) || in getMemoryEffects()
415 (isStructPathTBAA(M) && TBAAStructTagNode(M).isTypeImmutable())) in getMemoryEffects()
455 if (!isStructPathTBAA(this)) { in isTBAAVtableAccess()
671 assert(isStructPathTBAA(A) && "Access A is not struct-path aware!"); in matchAccessTags()
672 assert(isStructPathTBAA(B) && "Access B is not struct-path aware!"); in matchAccessTags()
744 if (!isStructPathTBAA(MD)) in shiftTBAA()
795 if (!isStructPathTBAA(MD)) in extendToTBAA()