GCC Middle and Back End API Reference
|
#include <omp-general.h>
Data Fields | |
tree | selector |
tree | alternative |
tree | body |
score_wide_int | score |
bool | dynamic_selector |
bool | matchable |
bool | scorable |
A structure describing a variant alternative in a metadirective or variant function, used for matching and scoring during resolution.
tree omp_variant::alternative |
tree omp_variant::body |
bool omp_variant::dynamic_selector |
bool omp_variant::matchable |
Referenced by omp_get_dynamic_candidates().
bool omp_variant::scorable |
Referenced by omp_context_compute_score(), and omp_get_dynamic_candidates().
score_wide_int omp_variant::score |
Referenced by omp_context_compute_score(), omp_get_dynamic_candidates(), and sort_variant().
tree omp_variant::selector |