Searched defs:TypeIsImmutable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp164 /// TypeIsImmutable - Test if this TBAANode represents a type for objects
167 bool TypeIsImmutable() const { function in class:__anon25707::TBAANode
199 /// TypeIsImmutable - Test if this TBAAStructTagNode represents a type for
202 bool TypeIsImmutable() const { function in class:__anon25707::TBAAStructTagNode
480 if ((!isStructPathTBAA(M) && TBAANode(M).TypeIsImmutable()) ||
481 (isStructPathTBAA(M) && TBAAStructTagNode(M).TypeIsImmutable()))
497 if ((!isStructPathTBAA(M) && TBAANode(M).TypeIsImmutable()) ||
498 (isStructPathTBAA(M) && TBAAStructTagNode(M).TypeIsImmutable()))

Completed in 197 milliseconds