struct GVN::LeaderTableEntry
Declaration
struct GVN::LeaderTableEntry { /* full declaration omitted */ };
Description
A mapping from value numbers to lists of Value*'s that have that value number. Use findLeader to query it.
Declared at: llvm/include/llvm/Transforms/Scalar/GVN.h:171
Member Variables
- public llvm::Value* Val
- public const llvm::BasicBlock* BB
- public llvm::GVN::LeaderTableEntry* Next