Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp264 class TBAAStructTypeNode { class
269 TBAAStructTypeNode() = default;
270 explicit TBAAStructTypeNode(const MDNode *N) : Node(N) {} in TBAAStructTypeNode() function in __anond36abd0c0111::TBAAStructTypeNode
279 bool operator==(const TBAAStructTypeNode &Other) const { in operator ==()
294 TBAAStructTypeNode getFieldType(unsigned FieldIndex) const { in getFieldType()
299 return TBAAStructTypeNode(TypeNode); in getFieldType()
304 TBAAStructTypeNode getField(uint64_t &Offset) const { in getField()
309 return TBAAStructTypeNode(); in getField()
313 return TBAAStructTypeNode(); in getField()
325 return TBAAStructTypeNode(); in getField()
[all …]
/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp213 class TBAAStructTypeNode { class
218 TBAAStructTypeNode() : Node(nullptr) {} in TBAAStructTypeNode() function in __anond7c1edd40111::TBAAStructTypeNode
219 explicit TBAAStructTypeNode(const MDNode *N) : Node(N) {} in TBAAStructTypeNode() function in __anond7c1edd40111::TBAAStructTypeNode
226 TBAAStructTypeNode getParent(uint64_t &Offset) const { in getParent()
229 return TBAAStructTypeNode(); in getParent()
241 return TBAAStructTypeNode(); in getParent()
242 return TBAAStructTypeNode(P); in getParent()
266 return TBAAStructTypeNode(); in getParent()
267 return TBAAStructTypeNode(P); in getParent()
531 TBAAStructTypeNode RootA, RootB; in PathAliases()
[all …]