llvm-6502/include/llvm/Transforms/Utils
Chandler Carruth b1a429fd1c Sink the AddressingModeMatcher helper class into an anonymous namespace
next to its only user. This helper relies on TargetLowering information
that shouldn't be generally used throughout the Transfoms library, and
so it made little sense as a generic utility.

This also consolidates the file where we need to remove the remaining
uses of TargetLowering in favor of the IR-layer abstract interface in
TargetTransformInfo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171590 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-05 02:09:22 +00:00
..
BasicBlockUtils.h Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
BuildLibCalls.h Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
BypassSlowDivision.h Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
Cloning.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
CmpInstAnalysis.h Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
CodeExtractor.h
IntegerDivision.h
Local.h Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
ModuleUtils.h
PromoteMemToReg.h
SimplifyIndVar.h
SimplifyLibCalls.h instcombine: Migrate math library call simplifications 2012-11-13 04:16:17 +00:00
SSAUpdater.h Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
SSAUpdaterImpl.h
UnifyFunctionExitNodes.h
UnrollLoop.h
ValueMapper.h