llvm-6502/include/llvm/Analysis
Chris Lattner 1a8b9dd7fb remove postdom frontiers, because it is dead. Forward dom frontiers are
still used by RegionInfo :(


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128943 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-05 21:57:17 +00:00
..
AliasAnalysis.h
AliasSetTracker.h
CallGraph.h
CaptureTracking.h
CFGPrinter.h
CodeMetrics.h
ConstantFolding.h
ConstantsScanner.h
DebugInfo.h Remove DIFactory. Patch by Devang. 2011-03-02 20:30:37 +00:00
DIBuilder.h Fix typo in comment. 2011-03-24 16:18:19 +00:00
DominanceFrontier.h
DominatorInternals.h
Dominators.h
DomPrinter.h
DOTGraphTraitsPass.h
FindUsedTypes.h
InlineCost.h Rewrite how the indirect call bonus is handled. This now works by: 2011-02-05 00:49:15 +00:00
InstructionSimplify.h Teach instsimplify some tricks about exact/nuw/nsw shifts. 2011-02-09 17:15:04 +00:00
Interval.h
IntervalIterator.h
IntervalPartition.h
IVUsers.h Avoid creating canonical induction variables for non-native types. 2011-03-18 16:50:32 +00:00
LazyValueInfo.h
LibCallAliasAnalysis.h
LibCallSemantics.h
Lint.h
Loads.h
LoopDependenceAnalysis.h
LoopInfo.h
LoopPass.h
MemoryBuiltins.h
MemoryDependenceAnalysis.h
Passes.h Delete the LiveValues pass. I won't get get back to the project it 2011-02-28 19:37:59 +00:00
PathNumbering.h Implementation of path profiling. 2011-01-29 01:09:53 +00:00
PathProfileInfo.h Implementation of path profiling. 2011-01-29 01:09:53 +00:00
PHITransAddr.h
PostDominators.h remove postdom frontiers, because it is dead. Forward dom frontiers are 2011-04-05 21:57:17 +00:00
ProfileInfo.h
ProfileInfoLoader.h
ProfileInfoTypes.h This is #included by .c files. Remove C++-style comments. 2011-01-29 21:54:26 +00:00
RegionInfo.h remove postdom frontiers, because it is dead. Forward dom frontiers are 2011-04-05 21:57:17 +00:00
RegionIterator.h
RegionPass.h
RegionPrinter.h
ScalarEvolution.h Added isValidRewrite() to check the result of ScalarEvolutionExpander. 2011-03-17 23:51:11 +00:00
ScalarEvolutionExpander.h
ScalarEvolutionExpressions.h Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap 2011-03-14 16:50:06 +00:00
ScalarEvolutionNormalization.h
SparsePropagation.h
Trace.h
ValueTracking.h
Verifier.h