Home | History | Annotate | Download | only in Utils

Lines Matching full:exitinstruction

176   // ExitInstruction is the single value which is used outside the loop.
180 Instruction *ExitInstruction = nullptr;
302 if (ExitInstruction != nullptr || Cur == Phi)
311 ExitInstruction = Cur;
344 if (!FoundStartPHI || !FoundReduxOp || !ExitInstruction)
351 if (!getSourceExtensionKind(Start, ExitInstruction, RecurrenceType,
358 // The ExitInstruction(Instruction which is allowed to have out-of-loop users)
363 RdxStart, ExitInstruction, Kind, ReduxDesc.getMinMaxKind(),