Searched refs:LoopExitInstr (Results 1 – 3 of 3) sorted by relevance
74 : StartValue(Start), LoopExitInstr(Exit), Kind(K), FMF(FMF), in RecurrenceDescriptor()188 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr()246 Instruction *LoopExitInstr = nullptr; variable
916 if (!isCorrectOpcode(LoopExitInstr) || !LoopExitInstr->hasNUses(2)) in getReductionOpChain()926 while (Cur != LoopExitInstr) { in getReductionOpChain()
4512 Instruction *LoopExitInstr = RdxDesc.getLoopExitInstr(); in clearReductionWrapFlags() local4513 assert(LoopExitInstr && "null loop exit instruction"); in clearReductionWrapFlags()4516 Worklist.push_back(LoopExitInstr); in clearReductionWrapFlags()4517 Visited.insert(LoopExitInstr); in clearReductionWrapFlags()4529 if ((Cur != LoopExitInstr || OrigLoop->contains(UI->getParent())) && in clearReductionWrapFlags()