mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
55e354ac0e
- Part of optimal static profiling patch sequence by Andreas Neustifter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78484 91177308-0d34-0410-b5e6-96231b3b80d8
40 lines
827 B
CMake
40 lines
827 B
CMake
add_llvm_library(LLVMAnalysis
|
|
AliasAnalysis.cpp
|
|
AliasAnalysisCounter.cpp
|
|
AliasAnalysisEvaluator.cpp
|
|
AliasDebugger.cpp
|
|
AliasSetTracker.cpp
|
|
Analysis.cpp
|
|
BasicAliasAnalysis.cpp
|
|
CFGPrinter.cpp
|
|
CaptureTracking.cpp
|
|
ConstantFolding.cpp
|
|
DbgInfoPrinter.cpp
|
|
DebugInfo.cpp
|
|
IVUsers.cpp
|
|
InstCount.cpp
|
|
Interval.cpp
|
|
IntervalPartition.cpp
|
|
LibCallAliasAnalysis.cpp
|
|
LibCallSemantics.cpp
|
|
LiveValues.cpp
|
|
LoopDependenceAnalysis.cpp
|
|
LoopInfo.cpp
|
|
LoopPass.cpp
|
|
LoopVR.cpp
|
|
MemoryDependenceAnalysis.cpp
|
|
PointerTracking.cpp
|
|
PostDominators.cpp
|
|
ProfileEstimatorPass.cpp
|
|
ProfileInfo.cpp
|
|
ProfileInfoLoader.cpp
|
|
ProfileInfoLoaderPass.cpp
|
|
ScalarEvolution.cpp
|
|
ScalarEvolutionExpander.cpp
|
|
SparsePropagation.cpp
|
|
Trace.cpp
|
|
ValueTracking.cpp
|
|
)
|
|
|
|
target_link_libraries (LLVMAnalysis LLVMSupport)
|