Home
last modified time | relevance | path

Searched refs: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() argument
608 ReductionDescriptor(Value *Start, Instruction *Exit, ReductionKind K, in ReductionDescriptor() function
707 typedef DenseMap<PHINode*, ReductionDescriptor> ReductionList;
2775 LoopVectorizationLegality::ReductionDescriptor RdxDesc = in vectorizeLoop()
4219 ReductionDescriptor RD(RdxStart, ExitInstruction, Kind, in AddReductionVar()