Searched refs:isSelectCmpPattern (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 150 static InstDesc isSelectCmpPattern(Loop *Loop, PHINode *OrigPhi,
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 492 !isSelectCmpPattern(TheLoop, Phi, UI, IgnoredVal) in AddReductionVar() 632 RecurrenceDescriptor::isSelectCmpPattern(Loop *Loop, PHINode *OrigPhi, in isSelectCmpPattern() function in RecurrenceDescriptor 797 return isSelectCmpPattern(L, OrigPhi, I, Prev); in isRecurrenceInstr()
|