Rename LoopInfo::Analyze() to LoopInfo::analyze() and turn its parameter type to...
authorCong Hou <congh@google.com>
Thu, 16 Jul 2015 18:23:57 +0000 (18:23 +0000)
committerCong Hou <congh@google.com>
Thu, 16 Jul 2015 18:23:57 +0000 (18:23 +0000)
commit204b59072d38d8b441a607cd7bcc24e33a6220df
tree62e3d5466b75d608e2edaea27fb749176e53b829
parent4a6d99b0a96d4eb27d89c22e33981ff0344c5737
Rename LoopInfo::Analyze() to LoopInfo::analyze() and turn its parameter type to const&.

The benefit of turning the parameter of LoopInfo::analyze() to const& is that it now can accept a rvalue.

http://reviews.llvm.org/D11250

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242426 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/LoopInfoImpl.h
include/llvm/CodeGen/MachineDominators.h
include/llvm/IR/Dominators.h
lib/Analysis/LoopInfo.cpp
lib/CodeGen/MachineLoopInfo.cpp