Searched refs:RdxPhi (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2769 PHINode *RdxPhi = *it; local
2770 assert(RdxPhi && "Unable to recover vectorized PHI");
2773 assert(Legal->getReductionVars()->count(RdxPhi) &&
2776 (*Legal->getReductionVars())[RdxPhi];
2828 VectorParts &VecRdxPhi = WidenMap.get(RdxPhi);
2830 Value *LoopVal = RdxPhi->getIncomingValueForBlock(Latch);
2916 PHINode *BCBlockPhi = PHINode::Create(RdxPhi->getType(), 2, "bc.merge.rdx",
2946 (RdxPhi)->getBasicBlockIndex(OrigLoop->getLoopLatch());
2950 (RdxPhi)->setIncomingValue(SelfEdgeBlockIdx, BCBlockPhi);
2951 (RdxPhi)
[all...]

Completed in 106 milliseconds