Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp56 case RK_IntegerAdd: in isIntegerRecurrenceKind()
75 case RK_IntegerAdd: in isArithmeticRecurrenceKind()
565 return InstDesc(Kind == RK_IntegerAdd, I); in isRecurrenceInstr()
616 if (AddReductionVar(Phi, RK_IntegerAdd, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI()
724 case RK_IntegerAdd: in getRecurrenceIdentity()
748 case RK_IntegerAdd: in getRecurrenceBinOp()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h68 RK_IntegerAdd, ///< Sum of integers. enumerator
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp479 RecurrenceDescriptor::RK_IntegerAdd, in MatchReductions()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp891 case RD::RK_IntegerAdd: in createTargetReduction()