Searched refs:InterfaceValue (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | AliasAnalysisSummary.h | 112 struct InterfaceValue { struct 117 inline bool operator==(InterfaceValue LHS, InterfaceValue RHS) { argument 120 inline bool operator!=(InterfaceValue LHS, InterfaceValue RHS) { 123 inline bool operator<(InterfaceValue LHS, InterfaceValue RHS) { 127 inline bool operator>(InterfaceValue LHS, InterfaceValue RHS) { 130 inline bool operator<=(InterfaceValue LHS, InterfaceValue RHS) { 133 inline bool operator>=(InterfaceValue LHS, InterfaceValue RHS) { 152 InterfaceValue From, To; 186 InterfaceValue IValue; 204 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue, CallSite);
|
D | CFLAndersAliasAnalysis.cpp | 262 InterfaceValue IValue; 352 static Optional<InterfaceValue> 364 return InterfaceValue{*Index, IValue.DerefLevel}; in getInterfaceValue() 410 auto ArgVal = InterfaceValue{Arg.getArgNo() + 1, 0}; in populateExternalRelations() 411 auto RetVal = InterfaceValue{0, 0}; in populateExternalRelations() 475 InterfaceValue{SrcIndex, SrcLevel}, in populateExternalRelations() 476 InterfaceValue{DstIndex, DstLevel}, UnknownOffset}); in populateExternalRelations()
|
D | CFLSteensAliasAnalysis.cpp | 124 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo() 137 InterfaceValue CurrValue{InterfaceIndex, Level}; in FunctionInfo()
|
D | AliasAnalysisSummary.cpp | 75 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue, in instantiateInterfaceValue()
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisSummary.h | 112 struct InterfaceValue { struct 117 inline bool operator==(InterfaceValue lhs, InterfaceValue rhs) { argument 120 inline bool operator!=(InterfaceValue lhs, InterfaceValue rhs) { 127 InterfaceValue From, To; 133 InterfaceValue IValue; 151 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue, CallSite);
|
D | AliasAnalysisSummary.cpp | 77 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue, in instantiateInterfaceValue()
|
D | CFLSteensAliasAnalysis.cpp | 137 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo() 150 InterfaceValue CurrValue{InterfaceIndex, Level}; in FunctionInfo()
|