mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
36 lines
900 B
CMake
36 lines
900 B
CMake
target_sources(swiftSILOptimizer PRIVATE
|
|
AADumper.cpp
|
|
AccessSummaryDumper.cpp
|
|
AccessPathVerification.cpp
|
|
AccessStorageAnalysisDumper.cpp
|
|
AccessStorageDumper.cpp
|
|
BasicCalleePrinter.cpp
|
|
BasicInstructionPropertyDumper.cpp
|
|
BugReducerTester.cpp
|
|
CFGPrinter.cpp
|
|
CallerAnalysisPrinter.cpp
|
|
ComputeDominanceInfo.cpp
|
|
ComputeLoopInfo.cpp
|
|
ConstantEvaluatorTester.cpp
|
|
ConstantEvaluableSubsetChecker.cpp
|
|
EpilogueARCMatcherDumper.cpp
|
|
EpilogueRetainReleaseMatcherDumper.cpp
|
|
FunctionOrderPrinter.cpp
|
|
IVInfoPrinter.cpp
|
|
InstCount.cpp
|
|
Link.cpp
|
|
LoopCanonicalizer.cpp
|
|
LoopInfoPrinter.cpp
|
|
LoopRegionPrinter.cpp
|
|
ModulePrinter.cpp
|
|
RCIdentityDumper.cpp
|
|
SerializeSILPass.cpp
|
|
SILDebugInfoGenerator.cpp
|
|
SILSkippingChecker.cpp
|
|
SimplifyUnreachableContainingBlocks.cpp
|
|
StripDebugInfo.cpp
|
|
TestRunner.cpp
|
|
OwnershipDumper.cpp
|
|
OwnershipVerifierTextualErrorDumper.cpp)
|
|
|