[LoopAccesses] Factor out RuntimePointerCheck::needsChecking
authorAdam Nemet <anemet@apple.com>
Wed, 18 Feb 2015 03:43:58 +0000 (03:43 +0000)
committerAdam Nemet <anemet@apple.com>
Wed, 18 Feb 2015 03:43:58 +0000 (03:43 +0000)
commit0cbfb71d7b937da14f365efc371b5c23dfce06bc
treeb0425940ba446e519f7f8a34ebae39c448c480dc
parentce5c5c03014357fe1bfa2b82e7c52529186f359c
[LoopAccesses] Factor out RuntimePointerCheck::needsChecking

Will be used by the new RuntimePointerCheck::print.

This is part of the patchset that converts LoopAccessAnalysis into an
actual analysis pass.

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