Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h176 static bool isReductionPHI(PHINode *Phi, Loop *TheLoop,
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp605 return !UserIns || !RecurrenceDescriptor::isReductionPHI(UserIns, L, RD); in areAllUsesReductions()
708 else if (RecurrenceDescriptor::isReductionPHI(PHI, L, RD)) in findInductionAndReductions()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp473 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI() function in RecurrenceDescriptor
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4618 if (RecurrenceDescriptor::isReductionPHI(Phi, TheLoop, RedDes)) { in canVectorizeInstrs()