llvm-6502/include/llvm/Analysis
Duncan Sands dff6710717 Integrate the readonly/readnone logic more deeply
into alias analysis.  This meant updating the API
which now has versions of the getModRefBehavior,
doesNotAccessMemory and onlyReadsMemory methods
which take a callsite parameter.  These should be
used unless the callsite is not known, since in
general they can do a better job than the versions
that take a function.  Also, users should no longer
call the version of getModRefBehavior that takes
both a function and a callsite.  To reduce the
chance of misuse it is now protected.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44487 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-01 07:51:45 +00:00
..
AliasAnalysis.h Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
AliasSetTracker.h Remove another leak. Due to some reason AliasSetTracker didn't had any dtor... 2007-11-25 23:52:02 +00:00
CallGraph.h Add empty() member functions to a few container-like classes. 2007-10-01 16:01:23 +00:00
CFGPrinter.h
ConstantFolding.h
ConstantsScanner.h
DominatorInternals.h Some fixes to get MachineDomTree working better. 2007-10-31 03:30:14 +00:00
Dominators.h Add accessor for getting the underlying templated type. This is necessary for templated LoopInfo. 2007-11-27 03:33:40 +00:00
FindUsedTypes.h
Interval.h
IntervalIterator.h
IntervalPartition.h
LoadValueNumbering.h
LoopInfo.h Fixes for MachineLoopInfo, mostly from Evan. With these, it should be almost useable! 2007-12-01 03:01:39 +00:00
LoopPass.h Start the process of making MachineLoopInfo possible by templating Loop. 2007-11-14 02:33:58 +00:00
MemoryDependenceAnalysis.h Add a flag to mark a dirty cache entry. This is not yet used, but will eventually 2007-09-19 16:13:57 +00:00
Passes.h
PostDominators.h Make DomTreeBase not a FunctionPass. 2007-10-23 21:42:49 +00:00
ProfileInfo.h
ProfileInfoLoader.h
ProfileInfoTypes.h
ScalarEvolution.h Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. 2007-11-25 22:41:31 +00:00
ScalarEvolutionExpander.h Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. 2007-11-25 22:41:31 +00:00
ScalarEvolutionExpressions.h Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. 2007-11-25 22:41:31 +00:00
Trace.h
ValueNumbering.h
Verifier.h