Searched refs:LoopExitInstr (Results 1 – 3 of 3) sorted by relevance
75 : StartValue(Start), LoopExitInstr(Exit), Kind(K), FMF(FMF), in RecurrenceDescriptor()189 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr()247 Instruction *LoopExitInstr = nullptr; variable
942 if (!isCorrectOpcode(LoopExitInstr) || !LoopExitInstr->hasNUses(2)) in getReductionOpChain()952 while (Cur != LoopExitInstr) { in getReductionOpChain()
4480 Instruction *LoopExitInstr = RdxDesc.getLoopExitInstr(); in clearReductionWrapFlags() local4481 assert(LoopExitInstr && "null loop exit instruction"); in clearReductionWrapFlags()4484 Worklist.push_back(LoopExitInstr); in clearReductionWrapFlags()4485 Visited.insert(LoopExitInstr); in clearReductionWrapFlags()4497 if ((Cur != LoopExitInstr || OrigLoop->contains(UI->getParent())) && in clearReductionWrapFlags()