Searched defs:RedDes (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 215 AddReductionVar(PHINode * Phi,RecurKind Kind,Loop * TheLoop,FastMathFlags FuncFMF,RecurrenceDescriptor & RedDes,DemandedBits * DB,AssumptionCache * AC,DominatorTree * DT,ScalarEvolution * SE) AddReductionVar() argument 840 isReductionPHI(PHINode * Phi,Loop * TheLoop,RecurrenceDescriptor & RedDes,DemandedBits * DB,AssumptionCache * AC,DominatorTree * DT,ScalarEvolution * SE) isReductionPHI() argument [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 827 RecurrenceDescriptor RedDes; canVectorizeInstrs() local
|
H A D | LoopVectorize.cpp | 7072 const RecurrenceDescriptor &RedDes = Reduction.second; collectValuesToIgnore() local
|