Searched refs:BCBlockPhi (Results 1 – 1 of 1) sorted by relevance
7507 auto *BCBlockPhi = PHINode::Create(FinalValue->getType(), 2, "bc.merge.rdx", in createAndCollectMergePhiForReduction() local7515 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()