LLVM 23.0.0git
llvm::GVNPass::LeaderMap::LeaderTableEntry Struct Reference

#include "llvm/Transforms/Scalar/GVN.h"

Public Member Functions

 LeaderTableEntry (Value *V, const BasicBlock *BB)

Public Attributes

AssertingVH< ValueVal
const BasicBlockBB

Detailed Description

Definition at line 266 of file GVN.h.

Constructor & Destructor Documentation

◆ LeaderTableEntry()

llvm::GVNPass::LeaderMap::LeaderTableEntry::LeaderTableEntry ( Value * V,
const BasicBlock * BB )
inline

Definition at line 272 of file GVN.h.

References BB, and Val.

Member Data Documentation

◆ BB

const BasicBlock* llvm::GVNPass::LeaderMap::LeaderTableEntry::BB

Definition at line 271 of file GVN.h.

Referenced by LeaderTableEntry().

◆ Val

AssertingVH<Value> llvm::GVNPass::LeaderMap::LeaderTableEntry::Val

Definition at line 270 of file GVN.h.

Referenced by LeaderTableEntry().


The documentation for this struct was generated from the following file: