enum InstrType

Description

This represents what is and is not supported when finding similarity in Instructions. Legal Instructions are considered when looking at similarity between Instructions. Illegal Instructions cannot be considered when looking for similarity between Instructions. They act as boundaries between similarity regions. Invisible Instructions are skipped over during analysis.

Declared at: llvm/include/llvm/Analysis/IRSimilarityIdentifier.h:76

Enumerators

NameValueComment
Legal0
Illegal1
Invisible2