Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-loop-interchange.cc122 typedef struct reduction struct
126 /* PHI node defining reduction variable. */ argument
128 /* Init and next variables of the reduction. */ argument
131 /* Lcssa PHI node if reduction is used outside of its definition loop. */ argument
138 /* If reduction is finally stored to memory, this is the stored memory argument
141 enum reduction_type type; argument
145 /* Dump reduction RE. */ argument
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dipa-prop.h393 tree reduction; member
/dflybsd-src/contrib/lvm2/dist/lib/metadata/
H A Dlv_manip.c378 static int _lv_segment_reduce(struct lv_segment *seg, uint32_t reduction) in _lv_segment_reduce()
410 uint32_t reduction; in _lv_reduce() local