Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp722 ReductionList *getReductionVars() { return &Reductions; } in getReductionVars() function in __anon63bf7e8f0111::LoopVectorizationLegality
2773 assert(Legal->getReductionVars()->count(RdxPhi) && in vectorizeLoop()
2776 (*Legal->getReductionVars())[RdxPhi]; in vectorizeLoop()
3035 if (Legal->getReductionVars()->count(P)) { in widenPHIInstruction()
4602 if (!Legal->getReductionVars()->count(PN)) in getWidestType()
4720 if (VF > 1 && Legal->getReductionVars()->size()) { in selectUnrollFactor()
4751 if (Legal->getReductionVars()->size() && in selectUnrollFactor()
4770 bool HasReductions = (Legal->getReductionVars()->size() > 0); in selectUnrollFactor()