Searched refs:isStructPathTBAA (Results 1 – 2 of 2) sorted by relevance
275 static bool isStructPathTBAA(const MDNode *MD) { in isStructPathTBAA() function314 if ((!isStructPathTBAA(M) && TBAANode(M).TypeIsImmutable()) || in pointsToConstantMemory()315 (isStructPathTBAA(M) && TBAAStructTagNode(M).TypeIsImmutable())) in pointsToConstantMemory()331 if ((!isStructPathTBAA(M) && TBAANode(M).TypeIsImmutable()) || in getModRefBehavior()332 (isStructPathTBAA(M) && TBAAStructTagNode(M).TypeIsImmutable())) in getModRefBehavior()373 if (!isStructPathTBAA(this)) { in isTBAAVtableAccess()404 bool StructPath = isStructPathTBAA(A) && isStructPathTBAA(B); in getMostGenericTBAA()482 if (isStructPathTBAA(A) && isStructPathTBAA(B)) in Aliases()527 assert(isStructPathTBAA(A) && "MDNode A is not struct-path aware."); in PathAliases()528 assert(isStructPathTBAA(B) && "MDNode B is not struct-path aware."); in PathAliases()
364 static bool isStructPathTBAA(const MDNode *MD) { in isStructPathTBAA() function394 if ((!isStructPathTBAA(M) && TBAANode(M).isTypeImmutable()) || in pointsToConstantMemory()395 (isStructPathTBAA(M) && TBAAStructTagNode(M).isTypeImmutable())) in pointsToConstantMemory()411 if ((!isStructPathTBAA(M) && TBAANode(M).isTypeImmutable()) || in getModRefBehavior()412 (isStructPathTBAA(M) && TBAAStructTagNode(M).isTypeImmutable())) in getModRefBehavior()453 if (!isStructPathTBAA(this)) { in isTBAAVtableAccess()674 assert(isStructPathTBAA(A) && "Access A is not struct-path aware!"); in matchAccessTags()675 assert(isStructPathTBAA(B) && "Access B is not struct-path aware!"); in matchAccessTags()