Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3987 PHINode *BCBlockPhi = PHINode::Create(PhiTy, 2, "bc.merge.rdx", in fixReduction() local
3995 BCBlockPhi->addIncoming(ReducedPartRdx, Incoming); in fixReduction()
3997 BCBlockPhi->addIncoming(ResumePhi->getIncomingValueForBlock(Incoming), in fixReduction()
4000 BCBlockPhi->addIncoming(ReductionStartValue, Incoming); in fixReduction()
4004 ReductionResumeValues.insert({&RdxDesc, BCBlockPhi}); in fixReduction()
4037 OrigPhi->setIncomingValue(SelfEdgeBlockIdx, BCBlockPhi); in fixReduction()