Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp239 Instruction *ExitInstruction = nullptr; in AddReductionVar() local
393 if (ExitInstruction == Cur) in AddReductionVar()
400 if (ExitInstruction != nullptr || Cur == Phi) in AddReductionVar()
409 ExitInstruction = Cur; in AddReductionVar()
442 if (!FoundStartPHI || !FoundReduxOp || !ExitInstruction) in AddReductionVar()
446 Kind, ReduxDesc.getExactFPMathInst(), ExitInstruction, Phi); in AddReductionVar()
475 computeRecurrenceType(ExitInstruction, DB, AC, DT); in AddReductionVar()
490 collectCastsToIgnore(TheLoop, ExitInstruction, RecurrenceType, CastInsts); in AddReductionVar()
500 RecurrenceDescriptor RD(RdxStart, ExitInstruction, Kind, FMF, in AddReductionVar()