Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7507 auto *BCBlockPhi = PHINode::Create(FinalValue->getType(), 2, "bc.merge.rdx", in createAndCollectMergePhiForReduction() local
7515 BCBlockPhi->addIncoming(FinalValue, Incoming); in createAndCollectMergePhiForReduction()
7517 BCBlockPhi->addIncoming(ResumePhi->getIncomingValueForBlock(Incoming), in createAndCollectMergePhiForReduction()
7520 BCBlockPhi->addIncoming(ReductionStartValue, Incoming); in createAndCollectMergePhiForReduction()
7532 OrigPhi->setIncomingValue(SelfEdgeBlockIdx, BCBlockPhi); in createAndCollectMergePhiForReduction()
7536 ReductionResumeValues[&RdxDesc] = BCBlockPhi; in createAndCollectMergePhiForReduction()