Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp125 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo() local
140 auto Itr = InterfaceMap.find(SetIndex); in FunctionInfo()
141 if (Itr != InterfaceMap.end()) { in FunctionInfo()
149 InterfaceMap.insert(std::make_pair(SetIndex, CurrValue)); in FunctionInfo()