Returns True if PN is a reduction variable in this loop.
Declared in <llvm/Transforms/Vectorize/LoopVectorizationLegality.h>
bool
isReductionVariable(PHINode* PN) const;
True if PN is a reduction variable in this loop.
| Name | Description |
|---|---|
| PN | Phi that may be a reduction variable. |