[LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFC
authorAdam Nemet <anemet@apple.com>
Tue, 14 Jul 2015 22:32:44 +0000 (22:32 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 14 Jul 2015 22:32:44 +0000 (22:32 +0000)
commit944e082905874dcaa334925de5ead6c3aa32e7d0
tree9661954ddbf1cce5490b7fcb6025839d4162d2f3
parenta8eaf29f90a027e7cf0ead54b730325b97940b0f
[LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFC

I am planning to add more nested classes inside RuntimePointerCheck so
all these triple-nesting would be hard to follow.

Also rename it to RuntimePointerChecking (i.e. append 'ing').

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242218 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopAccessAnalysis.h
lib/Analysis/LoopAccessAnalysis.cpp
lib/Transforms/Scalar/LoopDistribute.cpp
lib/Transforms/Utils/LoopVersioning.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp