Home
last modified time | relevance | path

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

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