Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4003 PHINode *BCBlockPhi = PHINode::Create(PhiTy, 2, "bc.merge.rdx", in fixReduction() local
4011 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()