Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp604 struct ReductionDescriptor { struct in __anon63bf7e8f0111::LoopVectorizationLegality
605 ReductionDescriptor() : StartValue(nullptr), LoopExitInstr(nullptr), in ReductionDescriptor() function
608 ReductionDescriptor(Value *Start, Instruction *Exit, ReductionKind K, in ReductionDescriptor() function
614 TrackingVH<Value> StartValue;
616 Instruction *LoopExitInstr;
618 ReductionKind Kind;
620 MinMaxReductionKind MinMaxKind;