Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h78 : IntermediateStore(Store), StartValue(Start), LoopExitInstr(Exit), in RecurrenceDescriptor()
206 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr()
283 Instruction *LoopExitInstr = nullptr; variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp1217 Instruction *RdxInstr = LoopExitInstr; in getReductionOpChain()
1218 if (auto ExitPhi = dyn_cast<PHINode>(LoopExitInstr)) { in getReductionOpChain()
1241 if (!isCorrectOpcode(RdxInstr) || !LoopExitInstr->hasNUses(2)) in getReductionOpChain()