LLVM 20.0.0git
|
#include "llvm/Analysis/IRSimilarityIdentifier.h"
Public Attributes | |
const IRSimilarityCandidate & | IRSC |
The IRSimilarityCandidate that holds the instruction the OperVals were pulled from. | |
ArrayRef< Value * > & | OperVals |
The operand values to be analyzed. | |
DenseMap< unsigned, DenseSet< unsigned > > & | ValueNumberMapping |
The current mapping of global value numbers from one IRSimilarityCandidate to another IRSimilarityCandidate. | |
Definition at line 719 of file IRSimilarityIdentifier.h.
const IRSimilarityCandidate& llvm::IRSimilarity::IRSimilarityCandidate::OperandMapping::IRSC |
The IRSimilarityCandidate that holds the instruction the OperVals were pulled from.
Definition at line 722 of file IRSimilarityIdentifier.h.
The operand values to be analyzed.
Definition at line 725 of file IRSimilarityIdentifier.h.
DenseMap<unsigned, DenseSet<unsigned> >& llvm::IRSimilarity::IRSimilarityCandidate::OperandMapping::ValueNumberMapping |
The current mapping of global value numbers from one IRSimilarityCandidate to another IRSimilarityCandidate.
Definition at line 729 of file IRSimilarityIdentifier.h.