Home
last modified time | relevance | path

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

/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()