Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp232 Instruction *ExitInstruction = nullptr; in AddReductionVar() local
448 if (ExitInstruction == Cur) in AddReductionVar()
455 if (ExitInstruction != nullptr || Cur == Phi) in AddReductionVar()
464 ExitInstruction = Cur; in AddReductionVar()
523 if (ExitInstruction && in AddReductionVar()
524 IntermediateStore->getValueOperand() != ExitInstruction) { in AddReductionVar()
533 if (!ExitInstruction) in AddReductionVar()
537 if (!FoundStartPHI || !FoundReduxOp || !ExitInstruction) in AddReductionVar()
541 checkOrderedReduction(Kind, ExactFPMathInst, ExitInstruction, Phi); in AddReductionVar()
570 computeRecurrenceType(ExitInstruction, DB, AC, DT); in AddReductionVar()
[all …]