|
LLVM 22.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 718 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 721 of file IRSimilarityIdentifier.h.
The operand values to be analyzed.
Definition at line 724 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 728 of file IRSimilarityIdentifier.h.