Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h105 sn_mapL.clear(); in beginCompare()
382 mutable DenseMap<const Value*, int> sn_mapL, sn_mapR; variable
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp906 auto LeftSN = sn_mapL.insert(std::make_pair(L, sn_mapL.size())), in cmpValues()