Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h56 struct Config : ValueMapConfig<GlobalValue *> {
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DValueMap.h58 struct ValueMapConfig { struct
85 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> argument