Searched refs:ExternalRelation (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisSummary.h151 /// We use ExternalRelation to describe an externally visible aliasing relations
153 struct ExternalRelation { struct in namespace:llvm::cflaa
158 inline bool operator==(ExternalRelation LHS, ExternalRelation RHS) {
161 inline bool operator!=(ExternalRelation LHS, ExternalRelation RHS) {
164 inline bool operator<(ExternalRelation LHS, ExternalRelation RHS) {
175 inline bool operator>(ExternalRelation LHS, ExternalRelation RH
[all...]
H A DAliasAnalysisSummary.cpp86 instantiateExternalRelation(ExternalRelation ERelation, CallBase &Call) {
H A DCFLAndersAliasAnalysis.cpp405 SmallVectorImpl<ExternalRelation> &ExtRelations, const Function &Fn,
414 ExtRelations.push_back(ExternalRelation{ArgVal, RetVal, 0});
442 ExtRelations.push_back(ExternalRelation{*Dst, *Src, UnknownOffset});
476 ExtRelations.push_back(ExternalRelation{
H A DCFLSteensAliasAnalysis.cpp144 ExternalRelation{CurrValue, Itr->second, UnknownOffset});

Completed in 75 milliseconds