[LAA] Rename emitAnalysis to recordAnalys. NFC
authorAdam Nemet <anemet@apple.com>
Wed, 28 Sep 2016 00:58:36 +0000 (00:58 +0000)
committerAdam Nemet <anemet@apple.com>
Wed, 28 Sep 2016 00:58:36 +0000 (00:58 +0000)
commit69330e0bc5db222995ce99507d8fa52450e9fdc5
treee0f5c3cc7edaa299da38204c917d4d6c8a3fccde
parent5d98fef75d0ca127a50437ef20ca391bd1c51c97
[LAA] Rename emitAnalysis to recordAnalys. NFC

Ever since LAA was split out into an analysis on its own, this function
stopped emitting the report directly.  Instead it stores it to be
retrieved by the client which can then emit it as its own report
(e.g. -Rpass-analysis=loop-vectorize).

llvm-svn: 282561
llvm/include/llvm/Analysis/LoopAccessAnalysis.h
llvm/lib/Analysis/LoopAccessAnalysis.cpp