Searched refs:LoopExitInstr (Results 1 – 2 of 2) sorted by relevance
80 : IntermediateStore(Store), StartValue(Start), LoopExitInstr(Exit), in RecurrenceDescriptor()205 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr()283 Instruction *LoopExitInstr = nullptr; variable
1186 Instruction *RdxInstr = LoopExitInstr; in getReductionOpChain()1187 if (auto ExitPhi = dyn_cast<PHINode>(LoopExitInstr)) { in getReductionOpChain()1210 if (!isCorrectOpcode(RdxInstr) || !LoopExitInstr->hasNUses(2)) in getReductionOpChain()