Searched defs:VerifyLoopInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DLoopInfo.cpp39 static bool VerifyLoopInfo = true; variable
41 static bool VerifyLoopInfo = false; variable
44 VerifyLoopInfoX("verify-loop-info", cl::location(VerifyLoopInfo),
688 if (!VerifyLoopInfo) return;

Completed in 120 milliseconds