Searched refs:InterfaceValue (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | AliasAnalysisSummary.h | 114 struct InterfaceValue { struct 119 inline bool operator==(InterfaceValue LHS, InterfaceValue RHS) { argument 122 inline bool operator!=(InterfaceValue LHS, InterfaceValue RHS) { 125 inline bool operator<(InterfaceValue LHS, InterfaceValue RHS) { 129 inline bool operator>(InterfaceValue LHS, InterfaceValue RHS) { 132 inline bool operator<=(InterfaceValue LHS, InterfaceValue RHS) { 135 inline bool operator>=(InterfaceValue LHS, InterfaceValue RHS) { 154 InterfaceValue From, To; 188 InterfaceValue IValue; 206 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue,
|
| H A D | CFLAndersAliasAnalysis.cpp | 264 InterfaceValue IValue; 354 static Optional<InterfaceValue> 366 return InterfaceValue{*Index, IValue.DerefLevel}; in getInterfaceValue() 412 auto ArgVal = InterfaceValue{Arg.getArgNo() + 1, 0}; in populateExternalRelations() 413 auto RetVal = InterfaceValue{0, 0}; in populateExternalRelations() 477 InterfaceValue{SrcIndex, SrcLevel}, in populateExternalRelations() 478 InterfaceValue{DstIndex, DstLevel}, UnknownOffset}); in populateExternalRelations()
|
| H A D | CFLSteensAliasAnalysis.cpp | 125 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo() 138 InterfaceValue CurrValue{InterfaceIndex, Level}; in FunctionInfo()
|
| H A D | AliasAnalysisSummary.cpp | 76 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue, in instantiateInterfaceValue()
|