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.cpp234 Instruction *ExitInstruction = nullptr; in AddReductionVar() local
450 if (ExitInstruction == Cur) in AddReductionVar()
457 if (ExitInstruction != nullptr || Cur == Phi) in AddReductionVar()
466 ExitInstruction = Cur; in AddReductionVar()
525 if (ExitInstruction && in AddReductionVar()
526 IntermediateStore->getValueOperand() != ExitInstruction) { in AddReductionVar()
535 if (!ExitInstruction) in AddReductionVar()
536 ExitInstruction = cast<Instruction>(IntermediateStore->getValueOperand()); in AddReductionVar()
539 if (!FoundStartPHI || !FoundReduxOp || !ExitInstruction) in AddReductionVar()
543 checkOrderedReduction(Kind, ExactFPMathInst, ExitInstruction, Phi); in AddReductionVar()
[all …]