Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp404 bool StructPath = isStructPathTBAA(A) && isStructPathTBAA(B); in getMostGenericTBAA() local
405 if (StructPath) { in getMostGenericTBAA()
446 if (!StructPath) in getMostGenericTBAA()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp5051 SmallPtrSet<MDNode *, 4> StructPath; in visitTBAAMetadata() local
5056 if (!StructPath.insert(BaseNode).second) { in visitTBAAMetadata()