Files
swift-mirror/lib/SILOptimizer/UtilityPasses/CMakeLists.txt
2023-07-21 07:19:56 +02:00

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)