llvm-6502/include/llvm/Analysis
Chris Lattner 4c72400625 Introduce and use a new MemDepResult class to hold the results of a memdep
query.  This makes it crystal clear what cases can escape from MemDep that
the clients have to handle.  This also gives the clients a nice simplified
interface to it that is easy to poke at.

This patch also makes DepResultTy and MemoryDependenceAnalysis::DepType
private, yay.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60231 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-29 02:29:27 +00:00
..
AliasAnalysis.h
AliasSetTracker.h
CallGraph.h Teach internalize to preserve the callgraph. 2008-10-03 07:36:09 +00:00
CFGPrinter.h
ConstantFolding.h
ConstantsScanner.h
DebugInfo.h Move getCastToEmpty out of DIDescriptor into DIFactory. It is an 2008-11-10 04:10:34 +00:00
DominatorInternals.h
Dominators.h Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
EscapeAnalysis.h Trim #includes. 2008-10-16 20:18:31 +00:00
FindUsedTypes.h Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
Interval.h
IntervalIterator.h
IntervalPartition.h Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
LibCallAliasAnalysis.h
LibCallSemantics.h
LoopInfo.h
LoopPass.h Fix typo. 2008-11-26 18:13:11 +00:00
LoopVR.h
MemoryDependenceAnalysis.h Introduce and use a new MemDepResult class to hold the results of a memdep 2008-11-29 02:29:27 +00:00
Passes.h
PostDominators.h Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
ProfileInfo.h
ProfileInfoLoader.h
ProfileInfoTypes.h
ScalarEvolution.h Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
ScalarEvolutionExpander.h
ScalarEvolutionExpressions.h
SparsePropagation.h
Trace.h
ValueTracking.h
Verifier.h