Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp181 bool isTypeImmutable() const { in isTypeImmutable() function in __anon5becba660111::TBAANodeImpl
244 bool isTypeImmutable() const { in isTypeImmutable() function in __anon5becba660111::TBAAStructTagNodeImpl
397 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()