LLVM: llvm::omp::VariantMatchInfo Struct Reference (original) (raw)

Variant match information describes the required traits and how they are scored (via the ScoresMap). More...

#include "[llvm/Frontend/OpenMP/OMPContext.h](OMPContext%5F8h%5Fsource.html)"

Variant match information describes the required traits and how they are scored (via the ScoresMap).

In addition, the required consturct nesting is decribed as well.

Definition at line 124 of file OMPContext.h.

addTrait() [1/2]

addTrait() [2/2]

Add the trait Property which is in set Set to the required trait set.

RawString is the string we parsed and derived Property from. If Score is not null, it recorded as well. If Set is the construct set it is recorded in-order in the ConstructTraits as well.

Definition at line 138 of file OMPContext.h.

References ConstructTraits, ISATraits, RequiredTraits, and ScoreMap.

ConstructTraits

ISATraits

RequiredTraits

ScoreMap


The documentation for this struct was generated from the following file: