Searched refs:ReductionInstDesc (Results 1 – 1 of 1) sorted by relevance
624 struct ReductionInstDesc { struct in __anon63bf7e8f0111::LoopVectorizationLegality625 ReductionInstDesc(bool IsRedux, Instruction *I) : in ReductionInstDesc() argument628 ReductionInstDesc(Instruction *I, MinMaxReductionKind K) : in ReductionInstDesc() argument831 ReductionInstDesc isReductionInstr(Instruction *I, ReductionKind Kind,832 ReductionInstDesc &Desc);835 static ReductionInstDesc isMinMaxSelectCmpPattern(Instruction *I,836 ReductionInstDesc &Prev);4083 ReductionInstDesc ReduxDesc(false, nullptr); in AddReductionVar()4182 ReductionInstDesc IgnoredVal(false, nullptr); in AddReductionVar()4230 LoopVectorizationLegality::ReductionInstDesc[all …]