Searched refs:ReductionResumeValues (Results 1 – 1 of 1) sorted by relevance
708 ReductionResumeValues; member in llvm::InnerLoopVectorizer7209 DenseMap<const RecurrenceDescriptor *, Value *> &ReductionResumeValues, in createAndCollectMergePhiForReduction() argument7269 ReductionResumeValues[&RdxDesc] = BCBlockPhi; in createAndCollectMergePhiForReduction()7357 DenseMap<const RecurrenceDescriptor *, Value *> ReductionResumeValues; in executePlan() local7362 dyn_cast<VPInstruction>(&R), ReductionResumeValues, State, OrigLoop, in executePlan()7412 return {State.ExpandedSCEVs, ReductionResumeValues}; in executePlan()9972 const auto &[ExpandedSCEVs, ReductionResumeValues] = LVP.executePlan( in processLoop()10019 ResumeV = ReductionResumeValues.find(&RdxDesc)->second; in processLoop()