Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DHashRecognize.cpp260 struct RecurrenceInfo { struct
268 RecurrenceInfo(const Loop &L) : L(L) {} in RecurrenceInfo() function
321 bool RecurrenceInfo::matchSimpleRecurrence(const PHINode *P) { in matchSimpleRecurrence()
329 RecurrenceInfo::digRecurrence(Instruction *V, in digRecurrence()
378 bool RecurrenceInfo::matchConditionalRecurrence( in matchConditionalRecurrence()
416 static std::optional<std::pair<RecurrenceInfo, RecurrenceInfo>>
423 RecurrenceInfo SimpleRecurrence(L); in getRecurrences()
424 RecurrenceInfo ConditionalRecurrence(L); in getRecurrences()