Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp69 cl::opt<bool> VerifyIndvars( variable
1925 if (!EnableIVRewrite && VerifyIndvars && in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp69 static cl::opt<bool> VerifyIndvars( variable
2199 if (VerifyIndvars && !isa<SCEVCouldNotCompute>(BackedgeTakenCount)) { in run()