Searched defs:oacc_loop (Results 1 – 2 of 2) sorted by relevance
59 struct oacc_loop struct61 oacc_loop *parent; /* Containing loop. */ argument63 oacc_loop *child; /* First inner loop. */ argument65 oacc_loop *sibling; /* Next loop within same parent. */ argument67 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 …]
62 struct oacc_loop struct64 oacc_loop *parent; /* Containing loop. */ argument66 oacc_loop *child; /* First inner loop. */ argument68 oacc_loop *sibling; /* Next loop within same parent. */ argument70 location_t loc; /* Location of the loop start. */72 gcall *marker; /* Initial head marker. */74 gcall *heads[GOMP_DIM_MAX]; /* Head marker functions. */75 gcall *tails[GOMP_DIM_MAX]; /* Tail marker functions. */77 tree routine; /* Pseudo-loop enclosing a routine. */79 unsigned mask; /* Partitioning mask. */[all …]