Searched refs:collectMDInDomain (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScopedNoAliasAA.cpp | 130 void ScopedNoAliasAAResult::collectMDInDomain( in collectMDInDomain() function in ScopedNoAliasAAResult 155 collectMDInDomain(NoAlias, Domain, NANodes); in mayAliasInScopes() 156 collectMDInDomain(Scopes, Domain, ScopeNodes); in mayAliasInScopes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScopedNoAliasAA.cpp | 133 static void collectMDInDomain(const MDNode *List, const MDNode *Domain, in collectMDInDomain() function 157 collectMDInDomain(Scopes, Domain, ScopeNodes); in mayAliasInScopes() 162 collectMDInDomain(NoAlias, Domain, NANodes); in mayAliasInScopes()
|
/external/llvm/include/llvm/Analysis/ |
D | ScopedNoAliasAA.h | 45 void collectMDInDomain(const MDNode *List, const MDNode *Domain,
|