Home
last modified time | relevance | path

Searched refs:ReplaceExitValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1493 ReplaceExitVal ReplaceExitValue, in rewriteLoopExitValues() argument
1545 if (ReplaceExitValue == UnusedIndVarInLoop) { in rewriteLoopExitValues()
1611 if (ReplaceExitValue != AlwaysRepl && !isa<SCEVConstant>(ExitValue) && in rewriteLoopExitValues()
1648 if ((ReplaceExitValue == OnlyCheapRepl || in rewriteLoopExitValues()
1649 ReplaceExitValue == UnusedIndVarInLoop) && in rewriteLoopExitValues()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h484 ReplaceExitVal ReplaceExitValue,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp94 static cl::opt<ReplaceExitVal> ReplaceExitValue( variable
1939 if (ReplaceExitValue != NeverRepl) { in run()
1941 ReplaceExitValue, DeadInsts)) { in run()