Searched refs:BCBlockPhi (Results 1 – 1 of 1) sorted by relevance
4478 PHINode *BCBlockPhi = PHINode::Create(PhiTy, 2, "bc.merge.rdx", in fixReduction() local4481 BCBlockPhi->addIncoming(ReductionStartValue, LoopBypassBlocks[I]); in fixReduction()4482 BCBlockPhi->addIncoming(ReducedPartRdx, LoopMiddleBlock); in fixReduction()4502 OrigPhi->setIncomingValue(SelfEdgeBlockIdx, BCBlockPhi); in fixReduction()