LLVM: llvm::DenseMapInfo< ModelledPHI > Struct Reference (original) (raw)
Inheritance diagram for llvm::DenseMapInfo< ModelledPHI >:
[legend]
| Static Public Member Functions | |
|---|---|
| static ModelledPHI & | getEmptyKey () |
| static ModelledPHI & | getTombstoneKey () |
| static unsigned | getHashValue (const ModelledPHI &V) |
| static bool | isEqual (const ModelledPHI &LHS, const ModelledPHI &RHS) |
Detailed Description
Definition at line 257 of file GVNSink.cpp.
Member Function Documentation
◆ getEmptyKey()
| ModelledPHI & llvm::DenseMapInfo< ModelledPHI >::getEmptyKey ( ) | inlinestatic |
|---|
Definition at line 258 of file GVNSink.cpp.
◆ getHashValue()
| unsigned llvm::DenseMapInfo< ModelledPHI >::getHashValue ( const ModelledPHI & V) | inlinestatic |
|---|
Definition at line 268 of file GVNSink.cpp.
◆ getTombstoneKey()
| ModelledPHI & llvm::DenseMapInfo< ModelledPHI >::getTombstoneKey ( ) | inlinestatic |
|---|
Definition at line 263 of file GVNSink.cpp.
◆ isEqual()
| bool llvm::DenseMapInfo< ModelledPHI >::isEqual ( const ModelledPHI & LHS, const ModelledPHI & RHS ) | inlinestatic |
|---|
Definition at line 270 of file GVNSink.cpp.
The documentation for this struct was generated from the following file:
- lib/Transforms/Scalar/GVNSink.cpp