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

/external/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp101 /// TypeIsImmutable - Test if this TBAANode represents a type for objects
104 bool TypeIsImmutable() const { function in class:__anon22042::TBAANode
137 /// TypeIsImmutable - Test if this TBAAStructTagNode represents a type for
140 bool TypeIsImmutable() const { function in class:__anon22042::TBAAStructTagNode
400 if ((!EnableStructPathTBAA && TBAANode(M).TypeIsImmutable()) ||
401 (EnableStructPathTBAA && TBAAStructTagNode(M).TypeIsImmutable()))
417 if ((!EnableStructPathTBAA && TBAANode(M).TypeIsImmutable()) ||
418 (EnableStructPathTBAA && TBAAStructTagNode(M).TypeIsImmutable()))

Completed in 43 milliseconds