llvm-6502/include/llvm/Analysis
Owen Anderson 08367b6163 Banish global state from ScalarEvolution! SCEV uniquing is now done by tables attached to the ScalarEvolution pass.
This also throws out the SCEV reference counting scheme, as the the SCEVs now have a lifetime controlled by the
ScalarEvolution pass.

Note that SCEVHandle is now a no-op, and will be remove in a future commit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73892 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-22 18:25:46 +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 Banish global state from ScalarEvolution! SCEV uniquing is now done by tables attached to the ScalarEvolution pass. 2009-06-22 18:25:46 +00:00
ScalarEvolutionExpander.h Move SCEVExpander::getOrInsertCanonicalInductionVariable out of line. 2009-06-05 16:35:53 +00:00
ScalarEvolutionExpressions.h Banish global state from ScalarEvolution! SCEV uniquing is now done by tables attached to the ScalarEvolution pass. 2009-06-22 18:25:46 +00:00
SparsePropagation.h
Trace.h
ValueTracking.h
Verifier.h