Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp625 struct ReductionDescriptor { struct in __anond293faa00111::LoopVectorizationLegality
626 ReductionDescriptor() : StartValue(nullptr), LoopExitInstr(nullptr), in ReductionDescriptor() argument
629 ReductionDescriptor(Value *Start, Instruction *Exit, ReductionKind K, in ReductionDescriptor() function
635 TrackingVH<Value> StartValue;
637 Instruction *LoopExitInstr;
639 ReductionKind Kind;
641 MinMaxReductionKind MinMaxKind;