Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h97 : IntermediateStore(Store), StartValue(Start), LoopExitInstr(Exit), in RecurrenceDescriptor()
231 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr()
355 Instruction *LoopExitInstr = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1296 Instruction *RdxInstr = LoopExitInstr; in getReductionOpChain()
1297 if (auto ExitPhi = dyn_cast<PHINode>(LoopExitInstr)) { in getReductionOpChain()
1320 if (!isCorrectOpcode(RdxInstr) || !LoopExitInstr->hasNUses(2)) in getReductionOpChain()