Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h55 struct Config : ValueMapConfig<GlobalValue *> {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValueMap.h57 struct ValueMapConfig { struct
84 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> argument