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

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

Public Attributes

ValueVal
const BasicBlockBB

Detailed Description

Definition at line 264 of file GVN.h.

Member Data Documentation

◆ BB

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

Definition at line 266 of file GVN.h.

◆ Val

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

Definition at line 265 of file GVN.h.


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