|
LLVM 23.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 707 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 710 of file IRSimilarityIdentifier.h.
The operand values to be analyzed.
Definition at line 713 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 717 of file IRSimilarityIdentifier.h.