Add an isLoopSimplifyForm() predicate, following the example of
authorDan Gohman <gohman@apple.com>
Thu, 16 Jul 2009 16:16:23 +0000 (16:16 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 16 Jul 2009 16:16:23 +0000 (16:16 +0000)
commit937738649386b8188524d0cd61943214a5b93cf6
tree2babcd964f9a5a5dfa4548014074a508954c0f69
parent6d53f55291c8541a508a8c26d847b942196f6f1c
Add an isLoopSimplifyForm() predicate, following the example of
isLCSSAForm(), to test whether a loop is in the form guaranteed
by the LoopSimplify pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76077 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopInfo.h
lib/Analysis/LoopInfo.cpp