Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1263 ReplaceExitVal ReplaceExitValue, in rewriteLoopExitValues() argument
1315 if (ReplaceExitValue == UnusedIndVarInLoop) { in rewriteLoopExitValues()
1381 if (ReplaceExitValue != AlwaysRepl && !isa<SCEVConstant>(ExitValue) && in rewriteLoopExitValues()
1418 if ((ReplaceExitValue == OnlyCheapRepl || in rewriteLoopExitValues()
1419 ReplaceExitValue == UnusedIndVarInLoop) && in rewriteLoopExitValues()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h453 ReplaceExitVal ReplaceExitValue,
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp105 static cl::opt<ReplaceExitVal> ReplaceExitValue( variable
2059 if (ReplaceExitValue != NeverRepl) { in run()
2061 ReplaceExitValue, DeadInsts)) { in run()