Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp791 ReductionResumeValues; member in llvm::InnerLoopVectorizer
7487 DenseMap<const RecurrenceDescriptor *, Value *> &ReductionResumeValues, in createAndCollectMergePhiForReduction() argument
7536 ReductionResumeValues[&RdxDesc] = BCBlockPhi; in createAndCollectMergePhiForReduction()
7621 DenseMap<const RecurrenceDescriptor *, Value *> ReductionResumeValues; in executePlan() local
7626 ReductionResumeValues, State, OrigLoop, in executePlan()
7664 return {State.ExpandedSCEVs, ReductionResumeValues}; in executePlan()
10158 const auto &[ExpandedSCEVs, ReductionResumeValues] = LVP.executePlan( in processLoop()
10200 ResumeV = ReductionResumeValues in processLoop()