Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp181 bool isTypeImmutable() const { in isTypeImmutable() function in __anon6047001d0111::TBAANodeImpl
244 bool isTypeImmutable() const { in isTypeImmutable() function in __anon6047001d0111::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()