Searched refs:LoopExitInstr (Results 1 – 2 of 2) sorted by relevance
95 : StartValue(Start), LoopExitInstr(Exit), Kind(K), FMF(FMF), in RecurrenceDescriptor()207 Instruction *getLoopExitInstr() { return LoopExitInstr; } in getLoopExitInstr()241 Instruction *LoopExitInstr = nullptr; variable
3894 Instruction *LoopExitInstr = RdxDesc.getLoopExitInstr(); in clearReductionWrapFlags() local3895 assert(LoopExitInstr && "null loop exit instruction"); in clearReductionWrapFlags()3898 Worklist.push_back(LoopExitInstr); in clearReductionWrapFlags()3899 Visited.insert(LoopExitInstr); in clearReductionWrapFlags()3911 if ((Cur != LoopExitInstr || OrigLoop->contains(UI->getParent())) && in clearReductionWrapFlags()