llvm-6502/test/Analysis
Arnold Schwaighofer 2b475922e6 Optimistically analyse Phi cycles
Analyse Phis under the starting assumption that they are NoAlias. Recursively
look at their inputs.
If they MayAlias/MustAlias there must be an input that makes them so.

Addresses bug 14351.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169788 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-10 23:02:41 +00:00
..
BasicAA Optimistically analyse Phi cycles 2012-12-10 23:02:41 +00:00
BlockFrequencyInfo
BranchProbabilityInfo
CallGraph
CostModel Cost Model: change the default cost of control flow instructions (br / ret / ...) to zero. 2012-12-05 21:21:26 +00:00
DependenceAnalysis Modified dump() to provide a little 2012-11-30 00:44:47 +00:00
Dominators
GlobalsModRef
LoopInfo
PostDominators
Profiling
RegionInfo
ScalarEvolution
TypeBasedAliasAnalysis