Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7239 auto *BCBlockPhi = in createAndCollectMergePhiForReduction() local
7248 BCBlockPhi->addIncoming(FinalValue, Incoming); in createAndCollectMergePhiForReduction()
7250 BCBlockPhi->addIncoming(ResumePhi->getIncomingValueForBlock(Incoming), in createAndCollectMergePhiForReduction()
7253 BCBlockPhi->addIncoming(RdxDesc.getRecurrenceStartValue(), Incoming); in createAndCollectMergePhiForReduction()
7265 OrigPhi->setIncomingValue(SelfEdgeBlockIdx, BCBlockPhi); in createAndCollectMergePhiForReduction()
7269 ReductionResumeValues[&RdxDesc] = BCBlockPhi; in createAndCollectMergePhiForReduction()