Home
last modified time | relevance | path

Searched refs:InterfaceValue (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAliasAnalysisSummary.h112 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);
DCFLAndersAliasAnalysis.cpp262 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()
DCFLSteensAliasAnalysis.cpp124 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo()
137 InterfaceValue CurrValue{InterfaceIndex, Level}; in FunctionInfo()
DAliasAnalysisSummary.cpp75 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue, in instantiateInterfaceValue()
/external/llvm/lib/Analysis/
DAliasAnalysisSummary.h112 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);
DAliasAnalysisSummary.cpp77 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue, in instantiateInterfaceValue()
DCFLSteensAliasAnalysis.cpp137 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo()
150 InterfaceValue CurrValue{InterfaceIndex, Level}; in FunctionInfo()