Searched refs:isStructPathTBAA (Results 1 – 1 of 1) sorted by relevance
364 static bool isStructPathTBAA(const MDNode *MD) { in isStructPathTBAA() function396 if ((!isStructPathTBAA(M) && TBAANode(M).isTypeImmutable()) || in pointsToConstantMemory()397 (isStructPathTBAA(M) && TBAAStructTagNode(M).isTypeImmutable())) in pointsToConstantMemory()413 if ((!isStructPathTBAA(M) && TBAANode(M).isTypeImmutable()) || in getModRefBehavior()414 (isStructPathTBAA(M) && TBAAStructTagNode(M).isTypeImmutable())) in getModRefBehavior()454 if (!isStructPathTBAA(this)) { in isTBAAVtableAccess()672 assert(isStructPathTBAA(A) && "Access A is not struct-path aware!"); in matchAccessTags()673 assert(isStructPathTBAA(B) && "Access B is not struct-path aware!"); in matchAccessTags()