llvm-6502/include/llvm/Analysis
Dan Gohman 4e8a98519e Remove the code from IVUsers that attempted to handle
casted induction variables in cases where the cast
isn't foldable. It ended up being a pessimization in
many cases. This could be fixed, but it would require
a bunch of complicated code in IVUsers' clients. The
advantages of this approach aren't visible enough to
justify it at this time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73706 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-18 16:54:06 +00:00
..
AliasAnalysis.h
AliasSetTracker.h
CallGraph.h
CaptureTracking.h
CFGPrinter.h
ConstantFolding.h Change ConstantFoldConstantExpression to accept a null 2009-06-02 21:48:15 +00:00
ConstantsScanner.h
DebugInfo.h Non-functionality changes: 2009-05-14 18:26:15 +00:00
DominatorInternals.h
Dominators.h PR4317: Handle splits where the new block is unreachable correctly in 2009-06-03 21:42:06 +00:00
FindUsedTypes.h
Interval.h
IntervalIterator.h
IntervalPartition.h
IVUsers.h Remove the code from IVUsers that attempted to handle 2009-06-18 16:54:06 +00:00
LibCallAliasAnalysis.h More MSVC fixes -- class/struct conflicts. 2009-05-12 21:55:29 +00:00
LibCallSemantics.h
LiveValues.h
LoopInfo.h Add some comments noting how IndVarSimplify facilitates 2009-05-19 01:52:46 +00:00
LoopPass.h
LoopVR.h
MemoryDependenceAnalysis.h
Passes.h
PostDominators.h
ProfileInfo.h
ProfileInfoLoader.h
ProfileInfoTypes.h
ScalarEvolution.h Support vector casts in more places, fixing a variety of assertion 2009-06-15 22:12:54 +00:00
ScalarEvolutionExpander.h Move SCEVExpander::getOrInsertCanonicalInductionVariable out of line. 2009-06-05 16:35:53 +00:00
ScalarEvolutionExpressions.h Convert several parts of the ScalarEvolution framework to use 2009-06-14 22:47:23 +00:00
SparsePropagation.h
Trace.h
ValueTracking.h
Verifier.h