Searched refs:isReductionPHI (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 172 static bool isReductionPHI(PHINode *Phi, Loop *TheLoop,
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 607 return !UserIns || !RecurrenceDescriptor::isReductionPHI(UserIns, L, RD); in areAllUsesReductions() 710 else if (RecurrenceDescriptor::isReductionPHI(PHI, L, RD)) in findInductionAndReductions()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 466 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI() function in RecurrenceDescriptor
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4297 if (RecurrenceDescriptor::isReductionPHI(Phi, TheLoop, in canVectorizeInstrs()
|