llvm-6502/lib/Analysis
Duncan Sands 91c9c31033 When checking if an Argument escapes, check if
the argument is marked nocapture - no need to
analyze the argument if the answer is already
known!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61753 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-05 21:19:53 +00:00
..
IPA Check that the function prototypes are correct before assuming that the 2008-12-27 16:20:53 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp
Analysis.cpp
BasicAliasAnalysis.cpp When checking if an Argument escapes, check if 2009-01-05 21:19:53 +00:00
CFGPrinter.cpp
CMakeLists.txt CMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFiles.txt. 2008-12-16 12:25:04 +00:00
ConstantFolding.cpp
DbgInfoPrinter.cpp
DebugInfo.cpp Add classof() methods so that dwarf writer can decide what DIDescriptor is in its hand. 2009-01-05 19:55:07 +00:00
EscapeAnalysis.cpp Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LibCallAliasAnalysis.cpp
LibCallSemantics.cpp
LoopInfo.cpp Remove dead comments. 2008-12-18 09:01:18 +00:00
LoopPass.cpp
LoopVR.cpp
Makefile
MemoryDependenceAnalysis.cpp
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp We know it's always a SCEVConstant if it gets here, so just cast it and 2009-01-03 01:53:24 +00:00
ScalarEvolutionExpander.cpp
SparsePropagation.cpp
Trace.cpp
ValueTracking.cpp