Home
last modified time | relevance | path

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

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