Home
last modified time | relevance | path

Searched refs:ReductionResumeValues (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp708 ReductionResumeValues; member in llvm::InnerLoopVectorizer
7209 DenseMap<const RecurrenceDescriptor *, Value *> &ReductionResumeValues, in createAndCollectMergePhiForReduction() argument
7269 ReductionResumeValues[&RdxDesc] = BCBlockPhi; in createAndCollectMergePhiForReduction()
7357 DenseMap<const RecurrenceDescriptor *, Value *> ReductionResumeValues; in executePlan() local
7362 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()