LLVM 19.0.0git
Public Attributes | List of all members
llvm::GVNPass::LeaderMap::LeaderTableEntry Struct Reference

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

Public Attributes

ValueVal
 
const BasicBlockBB
 

Detailed Description

Definition at line 237 of file GVN.h.

Member Data Documentation

◆ BB

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

Definition at line 239 of file GVN.h.

◆ Val

Value* llvm::GVNPass::LeaderMap::LeaderTableEntry::Val

Definition at line 238 of file GVN.h.


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