Files
swift-mirror/lib/SIL/Utils/CMakeLists.txt
Erik Eckstein e80fedc52a move CalleeCache from SILOptimizer to SIL
Extract the CalleeCache from BasicCalleeAnalysis so that it can be used in SIL without BasicCalleeAnalysis
2023-12-01 19:20:18 +01:00

29 lines
598 B
CMake

target_sources(swiftSIL PRIVATE
BasicBlockUtils.cpp
BitDataflow.cpp
CalleeCache.cpp
DebugUtils.cpp
Dominance.cpp
DynamicCasts.cpp
FieldSensitivePrunedLiveness.cpp
GenericSpecializationMangler.cpp
InstructionUtils.cpp
InstWrappers.cpp
LoopInfo.cpp
MemAccessUtils.cpp
MemoryLocations.cpp
OptimizationRemark.cpp
OSSALifetimeCompletion.cpp
OwnershipLiveness.cpp
OwnershipUtils.cpp
PrettyStackTrace.cpp
Projection.cpp
PrunedLiveness.cpp
ScopedAddressUtils.cpp
SILBridging.cpp
SILInstructionWorklist.cpp
SILRemarkStreamer.cpp
Test.cpp
ValueUtils.cpp
)