LLVM API Documentation
Public Types | |
| typedef std::pair< BasicBlock *, unsigned > | EltTy |
Static Public Member Functions | |
| static EltTy | getEmptyKey () |
| static EltTy | getTombstoneKey () |
| static unsigned | getHashValue (const std::pair< BasicBlock *, unsigned > &Val) |
| static bool | isEqual (const EltTy &LHS, const EltTy &RHS) |
Definition at line 61 of file PromoteMemoryToRegister.cpp.
| typedef std::pair<BasicBlock*, unsigned> llvm::DenseMapInfo< std::pair< BasicBlock *, unsigned > >::EltTy |
Definition at line 62 of file PromoteMemoryToRegister.cpp.
| static EltTy llvm::DenseMapInfo< std::pair< BasicBlock *, unsigned > >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 63 of file PromoteMemoryToRegister.cpp.
| static unsigned llvm::DenseMapInfo< std::pair< BasicBlock *, unsigned > >::getHashValue | ( | const std::pair< BasicBlock *, unsigned > & | Val | ) | [inline, static] |
Definition at line 69 of file PromoteMemoryToRegister.cpp.
References llvm::hash_value().
| static EltTy llvm::DenseMapInfo< std::pair< BasicBlock *, unsigned > >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 66 of file PromoteMemoryToRegister.cpp.
| static bool llvm::DenseMapInfo< std::pair< BasicBlock *, unsigned > >::isEqual | ( | const EltTy & | LHS, |
| const EltTy & | RHS | ||
| ) | [inline, static] |
Definition at line 73 of file PromoteMemoryToRegister.cpp.