Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp253 InstDesc ReduxDesc(false, nullptr); in AddReductionVar() local
330 ReduxDesc = isRecurrenceInstr(Cur, Kind, ReduxDesc, FuncFMF); in AddReductionVar()
331 if (!ReduxDesc.isRecurrence()) in AddReductionVar()
334 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) { in AddReductionVar()
335 FastMathFlags CurFMF = ReduxDesc.getPatternInst()->getFastMathFlags(); in AddReductionVar()
336 if (auto *Sel = dyn_cast<SelectInst>(ReduxDesc.getPatternInst())) { in AddReductionVar()
349 if (ReduxDesc.getRecKind() != RecurKind::None) in AddReductionVar()
350 Kind = ReduxDesc.getRecKind(); in AddReductionVar()
446 Kind, ReduxDesc.getExactFPMathInst(), ExitInstruction, Phi); in AddReductionVar()
501 ReduxDesc.getExactFPMathInst(), RecurrenceType, in AddReductionVar()