Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise
authorDan Gohman <gohman@apple.com>
Sun, 11 Apr 2010 19:27:13 +0000 (19:27 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 11 Apr 2010 19:27:13 +0000 (19:27 +0000)
commit3948d0b8b0a71fabf25fceba1858b2b6a60d3d00
treeb66534faf383c5c8f51235c5b2efd8a468acf50e
parentb61e94fcf898a8b3b6bf7a8a18b390b82ff037f5
Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise
that it's only testing for the entry condition, not full loop-invariant
conditions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100979 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolution.h
lib/Analysis/PointerTracking.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp