Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h172 static bool isReductionPHI(PHINode *Phi, Loop *TheLoop,
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp607 return !UserIns || !RecurrenceDescriptor::isReductionPHI(UserIns, L, RD); in areAllUsesReductions()
710 else if (RecurrenceDescriptor::isReductionPHI(PHI, L, RD)) in findInductionAndReductions()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp466 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI() function in RecurrenceDescriptor
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4297 if (RecurrenceDescriptor::isReductionPHI(Phi, TheLoop, in canVectorizeInstrs()