Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp165 bool TypeIsImmutable() const { in TypeIsImmutable() function in __anonc3670f330111::TBAANode
200 bool TypeIsImmutable() const { in TypeIsImmutable() function in __anonc3670f330111::TBAAStructTagNode
314 if ((!isStructPathTBAA(M) && TBAANode(M).TypeIsImmutable()) || in pointsToConstantMemory()
315 (isStructPathTBAA(M) && TBAAStructTagNode(M).TypeIsImmutable())) in pointsToConstantMemory()
331 if ((!isStructPathTBAA(M) && TBAANode(M).TypeIsImmutable()) || in getModRefBehavior()
332 (isStructPathTBAA(M) && TBAAStructTagNode(M).TypeIsImmutable())) in getModRefBehavior()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DTypeBasedAliasAnalysis.cpp103 bool TypeIsImmutable() const { in TypeIsImmutable() function in __anon9814f9df0111::TBAANode
243 if (TBAANode(M).TypeIsImmutable()) in pointsToConstantMemory()
259 if (TBAANode(M).TypeIsImmutable()) in getModRefBehavior()