Home
last modified time | relevance | path

Searched refs:OnlyCheapRepl (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp73 enum ReplaceExitVal { NeverRepl, OnlyCheapRepl, AlwaysRepl }; enumerator
76 "replexitval", cl::Hidden, cl::init(OnlyCheapRepl),
79 clEnumValN(OnlyCheapRepl, "cheap",
633 if (ReplaceExitValue == OnlyCheapRepl && !LoopCanBeDel && Phi.HighCost) { in rewriteLoopExitValues()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp104 enum ReplaceExitVal { NeverRepl, OnlyCheapRepl, AlwaysRepl }; enumerator
107 "replexitval", cl::Hidden, cl::init(OnlyCheapRepl),
110 clEnumValN(OnlyCheapRepl, "cheap",
680 if (ReplaceExitValue == OnlyCheapRepl && !LoopCanBeDel && Phi.HighCost) { in rewriteLoopExitValues()