LLVM API Documentation
Static Public Member Functions | |
| static CallValue | getEmptyKey () |
| static CallValue | getTombstoneKey () |
| static unsigned | getHashValue (CallValue Val) |
| static bool | isEqual (CallValue LHS, CallValue RHS) |
Definition at line 220 of file EarlyCSE.cpp.
| static CallValue llvm::DenseMapInfo< CallValue >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 221 of file EarlyCSE.cpp.
| static unsigned llvm::DenseMapInfo< CallValue >::getHashValue | ( | CallValue | Val | ) | [static] |
| static CallValue llvm::DenseMapInfo< CallValue >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 224 of file EarlyCSE.cpp.
| static bool llvm::DenseMapInfo< CallValue >::isEqual | ( | CallValue | LHS, |
| CallValue | RHS | ||
| ) | [static] |