Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h124 static InstDesc isRecurrenceInstr(Loop *L, PHINode *Phi, Instruction *I,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp379 isRecurrenceInstr(TheLoop, Phi, Cur, Kind, ReduxDesc, FuncFMF); in AddReductionVar()
761 RecurrenceDescriptor::isRecurrenceInstr(Loop *L, PHINode *OrigPhi, in isRecurrenceInstr() function in RecurrenceDescriptor