Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp368 static bool isStructPathTBAA(const MDNode *MD) { in isStructPathTBAA() function
400 if ((!isStructPathTBAA(M) && TBAANode(M).isTypeImmutable()) || in pointsToConstantMemory()
401 (isStructPathTBAA(M) && TBAAStructTagNode(M).isTypeImmutable())) in pointsToConstantMemory()
417 if ((!isStructPathTBAA(M) && TBAANode(M).isTypeImmutable()) || in getModRefBehavior()
418 (isStructPathTBAA(M) && TBAAStructTagNode(M).isTypeImmutable())) in getModRefBehavior()
458 if (!isStructPathTBAA(this)) { in isTBAAVtableAccess()
676 assert(isStructPathTBAA(A) && "Access A is not struct-path aware!"); in matchAccessTags()
677 assert(isStructPathTBAA(B) && "Access B is not struct-path aware!"); in matchAccessTags()
749 if (!isStructPathTBAA(MD)) in shiftTBAA()
800 if (!isStructPathTBAA(MD)) in extendToTBAA()