Searched refs:BCBlockPhi (Results 1 – 1 of 1) sorted by relevance
3987 PHINode *BCBlockPhi = PHINode::Create(PhiTy, 2, "bc.merge.rdx", in fixReduction() local3995 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()