mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Extract the CalleeCache from BasicCalleeAnalysis so that it can be used in SIL without BasicCalleeAnalysis
29 lines
598 B
CMake
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
|
|
)
|