|
LLVM 23.0.0git
|
#include "llvm/Transforms/Scalar/GVN.h"
Public Member Functions | |
| LeaderTableEntry (Value *V, const BasicBlock *BB) | |
Public Attributes | |
| AssertingVH< Value > | Val |
| const BasicBlock * | BB |
|
inline |
| const BasicBlock* llvm::GVNPass::LeaderMap::LeaderTableEntry::BB |
Definition at line 271 of file GVN.h.
Referenced by LeaderTableEntry().
| AssertingVH<Value> llvm::GVNPass::LeaderMap::LeaderTableEntry::Val |
Definition at line 270 of file GVN.h.
Referenced by LeaderTableEntry().