Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h176 static bool isReductionPHI(PHINode *Phi, Loop *TheLoop,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h180 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp618 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/
DLoopVectorizationLegality.cpp619 if (RecurrenceDescriptor::isReductionPHI(Phi, TheLoop, RedDes, DB, AC, in canVectorizeInstrs()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp473 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI() function in RecurrenceDescriptor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp546 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()