LLVM
15.0.0git
|
#include "llvm/Analysis/IRSimilarityIdentifier.h"
Public Attributes | |
const IRSimilarityCandidate & | IRSC |
The IRSimilarityCandidate that holds the instruction the OperVals were pulled from. More... | |
ArrayRef< Value * > & | OperVals |
The operand values to be analyzed. More... | |
DenseMap< unsigned, DenseSet< unsigned > > & | ValueNumberMapping |
The current mapping of global value numbers from one IRSimilarityCandidate to another IRSimilarityCandidate. More... | |
Definition at line 714 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 717 of file IRSimilarityIdentifier.h.
The operand values to be analyzed.
Definition at line 720 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 724 of file IRSimilarityIdentifier.h.