Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1225 bool isReductionVariable(PHINode *PN) { return Reductions.count(PN); } in isReductionVariable() function in __anon63bf7e8f0111::LoopVectorizationLegality
3306 assert(Legal->isReductionVariable(RdxPhi) && in vectorizeLoop()
3606 if (Legal->isReductionVariable(P)) { in widenPHIInstruction()
4886 if (!Legal->isReductionVariable(PN)) in getSmallestAndWidestTypes()