Searched refs:isStructPathTBAA (Results 1 – 1 of 1) sorted by relevance
365 static bool isStructPathTBAA(const MDNode *MD) { in isStructPathTBAA() function397 if ((!isStructPathTBAA(M) && TBAANode(M).isTypeImmutable()) || in pointsToConstantMemory()398 (isStructPathTBAA(M) && TBAAStructTagNode(M).isTypeImmutable())) in pointsToConstantMemory()414 if ((!isStructPathTBAA(M) && TBAANode(M).isTypeImmutable()) || in getModRefBehavior()415 (isStructPathTBAA(M) && TBAAStructTagNode(M).isTypeImmutable())) in getModRefBehavior()455 if (!isStructPathTBAA(this)) { in isTBAAVtableAccess()673 assert(isStructPathTBAA(A) && "Access A is not struct-path aware!"); in matchAccessTags()674 assert(isStructPathTBAA(B) && "Access B is not struct-path aware!"); in matchAccessTags()746 if (!isStructPathTBAA(MD)) in shiftTBAA()