[LAA] Rename IsRTNeeded to IsRTCheckAnalysisNeeded
authorAdam Nemet <anemet@apple.com>
Thu, 9 Jul 2015 06:47:18 +0000 (06:47 +0000)
committerAdam Nemet <anemet@apple.com>
Thu, 9 Jul 2015 06:47:18 +0000 (06:47 +0000)
commitecb6a3711194c753066337d97f437557139bdbd3
tree0884e1818a1fca822c9eee4b06723e26fb98df2b
parente1ef0c07e90f149245021ebe73a241a8d3516d4b
[LAA] Rename IsRTNeeded to IsRTCheckAnalysisNeeded

The original name was too close to NeedRTCheck which is what the actual
memcheck analysis returns.  This flag, as the new name suggests, is only
used to whether to initiate that analysis.

Also a comment is added to answer one question I had about this code for
a long time.  Namely, how does this flag differ from
isDependencyCheckNeeded since they are seemingly set at the same time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241784 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LoopAccessAnalysis.cpp