Searched refs:BCBlockPhi (Results 1 – 1 of 1) sorted by relevance
4003 PHINode *BCBlockPhi = PHINode::Create(PhiTy, 2, "bc.merge.rdx", in fixReduction() local4011 BCBlockPhi->addIncoming(ReducedPartRdx, Incoming); in fixReduction()4013 BCBlockPhi->addIncoming(ResumePhi->getIncomingValueForBlock(Incoming), in fixReduction()4016 BCBlockPhi->addIncoming(ReductionStartValue, Incoming); in fixReduction()4020 ReductionResumeValues.insert({&RdxDesc, BCBlockPhi}); in fixReduction()4053 OrigPhi->setIncomingValue(SelfEdgeBlockIdx, BCBlockPhi); in fixReduction()