Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DTypeBasedAliasAnalysis.cpp79 class TBAANode { class
83 TBAANode() : Node(0) {} in TBAANode() function in __anon2db60b800111::TBAANode
84 explicit TBAANode(const MDNode *N) : Node(N) {} in TBAANode() function in __anon2db60b800111::TBAANode
90 TBAANode getParent() const { in getParent()
92 return TBAANode(); in getParent()
95 return TBAANode(); in getParent()
97 return TBAANode(P); in getParent()
175 TBAANode RootA, RootB; in Aliases()
178 for (TBAANode T(A); ; ) { in Aliases()
190 for (TBAANode T(B); ; ) { in Aliases()
[all …]
/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp141 class TBAANode { class
145 TBAANode() : Node(nullptr) {} in TBAANode() function in __anond7c1edd40111::TBAANode
146 explicit TBAANode(const MDNode *N) : Node(N) {} in TBAANode() function in __anond7c1edd40111::TBAANode
152 TBAANode getParent() const { in getParent()
154 return TBAANode(); in getParent()
157 return TBAANode(); in getParent()
159 return TBAANode(P); in getParent()
314 if ((!isStructPathTBAA(M) && TBAANode(M).TypeIsImmutable()) || in pointsToConstantMemory()
331 if ((!isStructPathTBAA(M) && TBAANode(M).TypeIsImmutable()) || in getModRefBehavior()
486 TBAANode RootA, RootB; in Aliases()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp193 using TBAANode = TBAANodeImpl<const MDNode>; typedef
394 if ((!isStructPathTBAA(M) && TBAANode(M).isTypeImmutable()) || in pointsToConstantMemory()
411 if ((!isStructPathTBAA(M) && TBAANode(M).isTypeImmutable()) || in getModRefBehavior()
489 TBAANode TA(A); in getLeastCommonType()
498 TBAANode TB(B); in getLeastCommonType()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAutoUpgrade.h67 MDNode *UpgradeTBAANode(MDNode &TBAANode);