Searched refs:getReductionVars (Results 1 – 3 of 3) sorted by relevance
248 ReductionList *getReductionVars() { return &Reductions; } in getReductionVars() function
1380 ReductionList *getReductionVars() { return &Reductions; } in getReductionVars() function in __anon63bf7e8f0111::LoopVectorizationLegality3514 RecurrenceDescriptor RdxDesc = (*Legal->getReductionVars())[Phi]; in vectorizeLoop()5350 RecurrenceDescriptor RdxDesc = (*Legal->getReductionVars())[PN]; in getSmallestAndWidestTypes()5465 if (VF > 1 && Legal->getReductionVars()->size()) { in selectInterleaveCount()5496 if (Legal->getReductionVars()->size() && TheLoop->getLoopDepth() > 1) { in selectInterleaveCount()5515 bool HasReductions = (Legal->getReductionVars()->size() > 0); in selectInterleaveCount()6155 for (auto &Reduction : *Legal->getReductionVars()) { in collectValuesToIgnore()
3553 RecurrenceDescriptor RdxDesc = (*Legal->getReductionVars())[Phi]; in fixReduction()5106 RecurrenceDescriptor RdxDesc = (*Legal->getReductionVars())[PN]; in getSmallestAndWidestTypes()5226 if (VF > 1 && !Legal->getReductionVars()->empty()) { in selectInterleaveCount()5257 if (!Legal->getReductionVars()->empty() && TheLoop->getLoopDepth() > 1) { in selectInterleaveCount()5277 bool HasReductions = !Legal->getReductionVars()->empty(); in selectInterleaveCount()6267 for (auto &Reduction : *Legal->getReductionVars()) { in collectValuesToIgnore()