Added capability to get execution count of a loop if it is a predictable
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 11 Oct 2002 05:34:32 +0000 (05:34 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 11 Oct 2002 05:34:32 +0000 (05:34 +0000)
commita27229013f893513a533d3f3075c4f1edecd50a5
treec0e2b61a660a3da0fa338a95873e658efaf03dd8
parent6b290a54409f6bb6a0cc1c0446cd2b170a4b7add
Added capability to get execution count of a loop if it is a predictable
number of iterations.

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