Home
last modified time | relevance | path

Searched refs:isRecurrenceInstr (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h138 static InstDesc isRecurrenceInstr(Instruction *I, RecurrenceKind Kind,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp297 ReduxDesc = isRecurrenceInstr(Cur, Kind, ReduxDesc, HasFunNoNaNAttr); in AddReductionVar()
551 RecurrenceDescriptor::isRecurrenceInstr(Instruction *I, RecurrenceKind Kind, in isRecurrenceInstr() function in RecurrenceDescriptor