File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
// ===----------------------------------------------------------------------===//
58
58
59
59
#define DEBUG_TYPE " sil-dead-store-elim"
60
- #include " swift/SIL/LSBase.h"
61
60
#include " swift/SIL/Projection.h"
62
61
#include " swift/SIL/SILArgument.h"
63
62
#include " swift/SIL/SILBuilder.h"
68
67
#include " swift/SILOptimizer/PassManager/Passes.h"
69
68
#include " swift/SILOptimizer/PassManager/Transforms.h"
70
69
#include " swift/SILOptimizer/Utils/CFG.h"
70
+ #include " swift/SILOptimizer/Utils/LSBase.h"
71
71
#include " swift/SILOptimizer/Utils/Local.h"
72
72
#include " llvm/ADT/Statistic.h"
73
73
#include " llvm/ADT/DenseSet.h"
Original file line number Diff line number Diff line change 73
73
// ===----------------------------------------------------------------------===//
74
74
75
75
#define DEBUG_TYPE " sil-redundant-load-elim"
76
- #include " swift/SIL/LSBase.h"
77
76
#include " swift/SIL/Projection.h"
78
77
#include " swift/SIL/SILArgument.h"
79
78
#include " swift/SIL/SILBuilder.h"
85
84
#include " swift/SILOptimizer/PassManager/Transforms.h"
86
85
#include " swift/SILOptimizer/Utils/CFG.h"
87
86
#include " swift/SILOptimizer/Utils/Local.h"
87
+ #include " swift/SILOptimizer/Utils/LSBase.h"
88
88
#include " swift/SILOptimizer/Utils/SILSSAUpdater.h"
89
89
#include " llvm/ADT/BitVector.h"
90
90
#include " llvm/ADT/MapVector.h"
Original file line number Diff line number Diff line change 16
16
// ===----------------------------------------------------------------------===//
17
17
18
18
#define DEBUG_TYPE " sil-memlocation-dumper"
19
- #include " swift/SIL/LSBase.h"
20
19
#include " swift/SIL/Projection.h"
21
20
#include " swift/SIL/SILFunction.h"
22
21
#include " swift/SIL/SILValue.h"
23
22
#include " swift/SILOptimizer/Analysis/Analysis.h"
24
23
#include " swift/SILOptimizer/PassManager/Passes.h"
25
24
#include " swift/SILOptimizer/PassManager/Transforms.h"
25
+ #include " swift/SILOptimizer/Utils/LSBase.h"
26
26
#include " llvm/Support/CommandLine.h"
27
27
#include " llvm/Support/Debug.h"
28
28
Original file line number Diff line number Diff line change 12
12
13
13
#define DEBUG_TYPE " sil-value-projection"
14
14
#include " swift/SIL/InstructionUtils.h"
15
- #include " swift/SIL /LSBase.h"
15
+ #include " swift/SILOptimizer/Utils /LSBase.h"
16
16
#include " llvm/Support/Debug.h"
17
17
18
18
using namespace swift ;
You can’t perform that action at this time.
0 commit comments