Home
last modified time | relevance | path

Searched defs:oacc_loop (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Domp-offload.c59 struct oacc_loop struct
61 oacc_loop *parent; /* Containing loop. */ argument
63 oacc_loop *child; /* First inner loop. */ argument
65 oacc_loop *sibling; /* Next loop within same parent. */ argument
67 location_t loc; /* Location of the loop start. */
69 gcall *marker; /* Initial head marker. */
71 gcall *heads[GOMP_DIM_MAX]; /* Head marker functions. */
72 gcall *tails[GOMP_DIM_MAX]; /* Tail marker functions. */
74 tree routine; /* Pseudo-loop enclosing a routine. */
76 unsigned mask; /* Partitioning mask. */
[all …]