Searched refs:ReductionInstDesc (Results 1 – 1 of 1) sorted by relevance
645 struct ReductionInstDesc { struct in __anond293faa00111::LoopVectorizationLegality646 ReductionInstDesc(bool IsRedux, Instruction *I) : in ReductionInstDesc() function649 ReductionInstDesc(Instruction *I, MinMaxReductionKind K) : in ReductionInstDesc() function819 ReductionInstDesc isReductionInstr(Instruction *I, ReductionKind Kind,820 ReductionInstDesc &Desc);823 static ReductionInstDesc isMinMaxSelectCmpPattern(Instruction *I,824 ReductionInstDesc &Prev);5051 ReductionInstDesc ReduxDesc(false, nullptr); in AddReductionVar()5150 ReductionInstDesc IgnoredVal(false, nullptr); in AddReductionVar()5198 LoopVectorizationLegality::ReductionInstDesc[all …]