Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Analysis/
DLoopInfo.cpp40 static bool VerifyLoopInfo = true; variable
42 static bool VerifyLoopInfo = false; variable
45 VerifyLoopInfoX("verify-loop-info", cl::location(VerifyLoopInfo),
690 if (!VerifyLoopInfo) return; in verifyAnalysis()