mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
34 lines
802 B
CMake
34 lines
802 B
CMake
target_sources(swiftSILOptimizer PRIVATE
|
|
BasicBlockOptUtils.cpp
|
|
CFGOptUtils.cpp
|
|
CanonicalizeInstruction.cpp
|
|
CanonicalizeOSSALifetime.cpp
|
|
CanonicalizeBorrowScope.cpp
|
|
CastOptimizer.cpp
|
|
CheckedCastBrJumpThreading.cpp
|
|
CompileTimeInterpolationUtils.cpp
|
|
ConstantFolding.cpp
|
|
ConstExpr.cpp
|
|
Devirtualize.cpp
|
|
DifferentiationMangler.cpp
|
|
DistributedActor.cpp
|
|
Existential.cpp
|
|
GenericCloner.cpp
|
|
Generics.cpp
|
|
InstructionDeleter.cpp
|
|
InstOptUtils.cpp
|
|
KeyPathProjector.cpp
|
|
LexicalDestroyFolding.cpp
|
|
LexicalDestroyHoisting.cpp
|
|
LoopUtils.cpp
|
|
OptimizerStatsUtils.cpp
|
|
PartialApplyCombiner.cpp
|
|
PerformanceInlinerUtils.cpp
|
|
ShrinkBorrowScope.cpp
|
|
SILInliner.cpp
|
|
SILSSAUpdater.cpp
|
|
SpecializationMangler.cpp
|
|
StackNesting.cpp
|
|
ValueLifetime.cpp
|
|
OwnershipOptUtils.cpp)
|