Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3851 TrackingVH<Value> ReductionStartValue = RdxDesc.getRecurrenceStartValue(); in fixReduction() local
3853 State.setDebugLocFromInst(ReductionStartValue); in fixReduction()
3962 ReducedPartRdx = createSelectCmpOp(Builder, ReductionStartValue, RK, in fixReduction()
4000 BCBlockPhi->addIncoming(ReductionStartValue, Incoming); in fixReduction()