Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp364 static bool isStructPathTBAA(const MDNode *MD) { in isStructPathTBAA() function
396 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()