Extend CaptureTracking to indicate when a value is never stored, even
if it is not ultimately captured. Teach BasicAliasAnalysis that a 
local object address which does not escape and is never stored does
not alias with a value resulting from a load.

llvm-svn: 89398
5 files changed
tree: 68b59578330dbad228e938b3367a198d2b22a3a4
  1. clang/
  2. compiler-rt/
  3. llvm/