Searched refs:ExitInstruction (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp206 // ExitInstruction is the single value which is used outside the loop.
210 Instruction *ExitInstruction = nullptr; local
346 if (ExitInstruction == Cur)
353 if (ExitInstruction != nullptr || Cur == Phi)
362 ExitInstruction = Cur;
396 if (!FoundStartPHI || !FoundReduxOp || !ExitInstruction)
426 computeRecurrenceType(ExitInstruction, DB, AC, DT);
439 collectCastsToIgnore(TheLoop, ExitInstruction, RecurrenceType, CastInsts);
445 // The ExitInstruction(Instruction which is allowed to have out-of-loop users)
450 RdxStart, ExitInstruction, Kin
[all...]

Completed in 72 milliseconds