Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h39 ~PoolEntry() { Pool.removeEntry(this); } in ~PoolEntry()
92 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry() function