Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h96 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue() argument
97 typename EntrySetT::iterator I = EntrySet.find_as(ValueKey); in getValue()
102 auto P = std::make_shared<PoolEntry>(*this, std::move(ValueKey)); in getValue()