struct GVNPass::LeaderTableEntry

Declaration

struct GVNPass::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:234

Member Variables

public llvm::Value* Val
public const llvm::BasicBlock* BB
public llvm::GVNPass::LeaderTableEntry* Next