Searched refs:LoopExitInstr (Results 1 – 2 of 2) sorted by relevance
78 : IntermediateStore(Store), StartValue(Start), LoopExitInstr(Exit), in RecurrenceDescriptor()203 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr()280 Instruction *LoopExitInstr = nullptr; variable
1189 Instruction *RdxInstr = LoopExitInstr; in getReductionOpChain()1190 if (auto ExitPhi = dyn_cast<PHINode>(LoopExitInstr)) { in getReductionOpChain()1213 if (!isCorrectOpcode(RdxInstr) || !LoopExitInstr->hasNUses(2)) in getReductionOpChain()