llvm-6502/include/llvm/Analysis
Owen Anderson f9a26b89f8 What the loop unroller cares about, rather than just not unrolling loops with calls, is
not unrolling loops that contain calls that would be better off getting inlined.  This mostly
comes up when an interleaved devirtualization pass has devirtualized a call which the inliner
will inline on a future pass.  Thus, rather than blocking all loops containing calls, add
a metric for "inline candidate calls" and block loops containing those instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113535 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-09 20:32:23 +00:00
..
AliasAnalysis.h Extend the getDependence query with support for PHI translation. 2010-09-09 18:37:31 +00:00
AliasSetTracker.h two changes: 1) make AliasSet hold the list of call sites with an 2010-08-29 18:42:23 +00:00
CallGraph.h
CaptureTracking.h
CFGPrinter.h
CodeMetrics.h What the loop unroller cares about, rather than just not unrolling loops with calls, is 2010-09-09 20:32:23 +00:00
ConstantFolding.h
ConstantsScanner.h
DebugInfo.h
DominatorInternals.h
Dominators.h
DomPrinter.h
DOTGraphTraitsPass.h
FindUsedTypes.h
InlineCost.h Refactor code-size reduction estimation methods out of InlineCostAnalyzer and into CodeMetrics. They 2010-09-09 16:56:42 +00:00
InstructionSimplify.h
Interval.h
IntervalIterator.h
IntervalPartition.h
IVUsers.h Revert 112442 and 112440 until the compile time problems introduced 2010-09-01 01:45:53 +00:00
LazyValueInfo.h
LibCallAliasAnalysis.h
LibCallSemantics.h
Lint.h
LiveValues.h
Loads.h
LoopDependenceAnalysis.h
LoopInfo.h pull a simple method out of LICM into a new 2010-09-06 01:05:37 +00:00
LoopPass.h
MemoryBuiltins.h
MemoryDependenceAnalysis.h
Passes.h
PHITransAddr.h
PointerTracking.h
PostDominators.h
ProfileInfo.h
ProfileInfoLoader.h
ProfileInfoTypes.h
RegionInfo.h
RegionIterator.h
RegionPrinter.h
ScalarEvolution.h
ScalarEvolutionExpander.h
ScalarEvolutionExpressions.h
ScalarEvolutionNormalization.h
SparsePropagation.h
Trace.h
ValueTracking.h
Verifier.h