Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp180 bool isTypeImmutable() const { in isTypeImmutable() function in __anoncdbe0b5d0111::TBAANodeImpl
243 bool isTypeImmutable() const { in isTypeImmutable() function in __anoncdbe0b5d0111::TBAAStructTagNodeImpl
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()