Searched refs:isReductionPHI (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 176 static bool isReductionPHI(PHINode *Phi, Loop *TheLoop,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 180 static bool isReductionPHI(PHINode *Phi, Loop *TheLoop,
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 605 return !UserIns || !RecurrenceDescriptor::isReductionPHI(UserIns, L, RD); in areAllUsesReductions() 708 else if (RecurrenceDescriptor::isReductionPHI(PHI, L, RD)) in findInductionAndReductions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 618 return !UserIns || !RecurrenceDescriptor::isReductionPHI(UserIns, L, RD); in areAllUsesReductions() 715 else if (RecurrenceDescriptor::isReductionPHI(&PHI, L, RD)) in findInductionAndReductions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 619 if (RecurrenceDescriptor::isReductionPHI(Phi, TheLoop, RedDes, DB, AC, in canVectorizeInstrs()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 473 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI() function in RecurrenceDescriptor
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 546 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI() function in RecurrenceDescriptor
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4618 if (RecurrenceDescriptor::isReductionPHI(Phi, TheLoop, RedDes)) { in canVectorizeInstrs()
|