LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::ReassociatePass::PairMapValue Struct Reference

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

Public Member Functions

bool isValid () const
 

Public Attributes

WeakVH Value1
 
WeakVH Value2
 
unsigned Score
 

Detailed Description

Definition at line 86 of file Reassociate.h.

Member Function Documentation

◆ isValid()

bool llvm::ReassociatePass::PairMapValue::isValid ( ) const
inline

Definition at line 90 of file Reassociate.h.

References Value1, and Value2.

Member Data Documentation

◆ Score

unsigned llvm::ReassociatePass::PairMapValue::Score

Definition at line 89 of file Reassociate.h.

◆ Value1

WeakVH llvm::ReassociatePass::PairMapValue::Value1

Definition at line 87 of file Reassociate.h.

Referenced by isValid().

◆ Value2

WeakVH llvm::ReassociatePass::PairMapValue::Value2

Definition at line 88 of file Reassociate.h.

Referenced by isValid().


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