Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h95 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue() argument
96 typename EntrySetT::iterator I = EntrySet.find_as(ValueKey); in getValue()
101 auto P = std::make_shared<PoolEntry>(*this, std::move(ValueKey)); in getValue()