reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
 1200   for (auto &Reduction : *getReductionVars())
lib/Transforms/Vectorize/LoopVectorize.cpp
 3647   RecurrenceDescriptor RdxDesc = (*Legal->getReductionVars())[Phi];
 5093         RecurrenceDescriptor RdxDesc = (*Legal->getReductionVars())[PN];
 5235   if (VF > 1 && !Legal->getReductionVars()->empty()) {
 5266     if (!Legal->getReductionVars()->empty() && TheLoop->getLoopDepth() > 1) {
 5286   bool HasReductions = !Legal->getReductionVars()->empty();
 6365   for (auto &Reduction : *Legal->getReductionVars()) {
 7067     for (auto &Reduction : *Legal->getReductionVars()) {
 7203     for (auto &Reduction : *Legal->getReductionVars()) {