Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp109 class ValueTable { class
125 ValueTable() : nextValueNumber(1) { } in ValueTable() function in __anon9e7f70090111::ValueTable
277 void ValueTable::add(Value *V, uint32_t num) { in add()
281 uint32_t ValueTable::lookup_or_add_call(CallInst *C) { in lookup_or_add_call()
392 uint32_t ValueTable::lookup_or_add(Value *V) { in lookup_or_add()
463 uint32_t ValueTable::lookup(Value *V) const { in lookup()
473 uint32_t ValueTable::lookup_or_add_cmp(unsigned Opcode, in lookup_or_add_cmp()
483 void ValueTable::clear() { in clear()
490 void ValueTable::erase(Value *V) { in erase()
496 void ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved()
[all …]